Q32
What does the term "this" pointer refer to in C++?
A.
Pointer to the base class object instance
B.
Pointer to the next object instance
C.
Pointer to the current object instance
AnswerD.
Pointer to the previous object instance
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board