Q. What is the purpose of a return statement in a function? (A) Stops executing the function and returns the value (B) Returns the value and stops executing the function (C) Returns the value and stops the program (D) Returns the value and continues executing rest of the statements, if any ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Stops executing the function and returns the value