

MCQOPTIONS
Saved Bookmarks
1. |
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. | |