Vidyalelo
Computer Science · Q122

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 122

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
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board