Computer Science for IGCSE & O level - Programming (Section 6 - No. 48)

What is the purpose of parameters in functions and procedures?
They create global variables.
They pass data into the function or procedure.
They define the name of the function or procedure.
They store the returned value.

Explanation

Parameters are for passing data.

Comments (0)

Advertisement