Vidyalelo
C++ Programming · Q63

Introduction to C++

Programming · C++ Programming · question 63

Q63

Why this pointer is used?

A.
To access the members of a class which have the same name as local variables in that scope
Answer
B.
To access all the data stored under that class
C.
To access objects of other class
D.
To access objects of other variables

Answer: Option A

Solution

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