Discussion :: Object Oriented Programming Using C++
-
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 : Option C
Explanation :
No answer description available for this question.
Be The First To Comment