Q. What is the purpose of the 'this' pointer in C++?
β
Correct Answer: (A)
It points to the current object of a class.
Explanation: In C++, the 'this' pointer points to the current object of a class.