Vidyalelo
C++ Programming · Q26

Pointers and References in C++

Programming · C++ Programming · question 26

Q26

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

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

Answer: Option D

Solution

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