Computer Science for IGCSE & O level - Programming (Section 10 - No. 43)

What is the primary function of the `RETURN` statement inside of a function?
To declare a variable.
To specify the value to be returned.
To start a new loop.
To set the user interface.

Explanation

The RETURN helps to return a value.

Comments (0)

Advertisement