Computer Science for IGCSE & O level - Programming (Section 14 - No. 11)
How do you call a procedure or function with parameters?
The arguments in the procedure call should match the parameters in the procedure definition.
The procedure call must provide parameters that matches the parameters defined.
The number of parameters used can be limited to ten.
It cannot use parameters.
Explanation
Procedure calls must match the definition in the number and type of parameters.
Comments (0)
