Computer Science for IGCSE & O level - Programming (Section 6 - No. 1)
What are parameters used for in functions or procedures?
To define the name of the procedure.
To pass data into the function or procedure.
To store the result returned by the function.
To declare global variables.
Explanation
Parameters transfer data to procedures and functions.
Comments (0)
