Q122
Assume that a program contains a programmer-defined void function. When C++ encounters the function's closing brace (), C++ returns to the statement _____
A.
immediately above the statement that called the function
B.
that called the function
C.
immediately below the statement that called the function
AnswerD.
None of the above
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board