Q. What is the use of this pointer in C++? (A) The pointer “this” points to the current object of the class. (B) To access objects of another class. (C) To access members of a class that have the same name as local variables in this scope. (D) All the answers are true ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) The pointer “this” points to the current object of the class.