Programming (Year 12)
Functions
What is the purpose of the 'return' statement in a function?
To terminate the function
To pass a value back to the caller
To print a value
None of the above
Next