Vidyalelo
C++ Programming · Q23

Classes and Objects in C++

Programming · C++ Programming · question 23

Q23

What is the purpose of the 'this' pointer in C++?

A.
Pointer to the previous object instance
B.
Pointer to the next object instance
C.
Pointer to the current object instance
Answer
D.
Pointer to the base class object instance

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board