Q.

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» D. x&
2.3k
0
Do you find this helpful?
5

Discussion

No comments yet