Q. Which statement is used to exit a function early?
β
Correct Answer: (A)
return
Explanation: The 'return' statement exits a function and optionally returns a value.