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

What is the keyword used within a function to return a value in the provided examples?
PROCEDURE
RETURN
OUTPUT
DECLARE

Explanation

The examples use `RETURN` to specify the value returned by a function.

Comments (0)

Advertisement