Programming - Pointers - Discussion

You Are Here :: Home > C++ Language > Pointers - Discussion

 



Q.

Choose the correct ways to access a class data member using this pointer?                         


A. this.x B. *this.x
C. this->x D. None of these

Answer: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion