Computer Science for IGCSE & O level - Programming (Section 7 - No. 49)

What do parameters do in a function or procedure?
They make the program run faster.
They provide a way to pass data into the function or procedure.
They are used to generate the output of the program.
They define the name of a procedure.

Explanation

Parameters allow you to customize the function/procedure's behavior.

Comments (0)

Advertisement