Computer Science for IGCSE & O level - Programming (Section 11 - No. 1)

Which statements are always part of a function definition?
The name of the function or procedure.
Any parameters passed to the function.
The data type of the return value for a function.
All of the above.

Explanation

All of the mentioned items describe a function definition.

Comments (0)

Advertisement