1.

If the class name is X, what is the type of its “this” pointer (in a nonstatic, non-const member function)?

A. const x* const
B. x* const
C. x*
D. x&
Answer» E.


Discussion

No Comment Found