Computer Science for IGCSE & O level - Programming (Section 12 - No. 22)

Which of these statements is not a part of a function definition?
The name of the function
Any parameters passed to the function.
The name of the variable
The data type of the return value for a function.

Explanation

The other three options describe parts of a function definition.

Comments (0)

Advertisement