Computer Science for IGCSE & O level - Programming (Section 1 - No. 10)
What does the keyword `RETURN` typically do in a function?
It defines a loop.
It marks the beginning of a procedure.
It sends data to the user.
It specifies the value that the function will give back.
Explanation
The RETURN statement specifies what a function sends back to the code that called it.
Comments (0)
