Computer Science for IGCSE & O level - Programming (Section 5 - No. 4)
What does it mean when a procedure call must match the procedure definition?
The procedure call must have the same name.
The number of arguments must match the number of parameters defined in the procedure.
The data types of arguments must be the same as the data types of the parameters.
All of the above.
Explanation
The call needs to align in multiple ways, including matching names and argument types/numbers to parameter specifications.
Comments (0)
