Q. What is the use of this pointer in C++?
β
Correct Answer: (A)
The pointer “this” points to the current object of the class.
You must be Logged in to update hint/solution