

MCQOPTIONS
Saved Bookmarks
1. |
If the class name is X, what is the type of its "this" pointer (in a nonstatic, non-const member function)? |
A. | a. const X* const |
B. | b. X* const |
C. | c. X* |
D. | d. X& |
Answer» E. | |