Q5
What does the 'return' statement do in a function in C++?
A.
Skips the remaining code in the function
B.
Returns a value from the function
AnswerC.
Restarts the function execution
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board