Computer Science for IGCSE & O level - Programming (Section 8 - No. 10)

Which of the following are common components of a function's definition?
The function name
The data type of the return value
The function's input parameters
The function's output parameters

Explanation

A function's definition includes its name, return type, and any parameters needed for its operation.

Comments (0)

Advertisement