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

What do parameters do in functions or procedures?
They declare global variables.
They receive data passed into the function or procedure.
They always return a value.
They are not needed to define functions.

Explanation

Parameters are for data transfer into the function/procedure.

Comments (0)

Advertisement