Vidyalelo
C++ Programming · Q5

Functions and Procedures in C++

Programming · C++ Programming · question 5

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
Answer
C.
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