Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 34)

What is a 'parameter' or 'argument' in the context of a function?
The name of the function.
A value passed into a function.
The result returned by a function.
The code within the function.

Explanation

Parameters are values passed to functions.

Comments (0)

Advertisement