Computer Science for IGCSE & O level - Programming (Section 1 - No. 29)

What do parameters within functions or procedures do?
They store the results.
They pass data into the function or procedure.
They define the function's name.
They declare global variables.

Explanation

Parameters transfer data into procedures and functions.

Comments (0)

Advertisement