Multiple Choice
Which of the following ways are legal to access a class data member using this pointer?
A) this->x
B) this.x
C) *this.x
D) *this-x
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following feature of procedure
Q10: Which of the following functions are performed
Q11: Which of the following control expressions are
Q12: Which of the following is the correct
Q13: Which of the following operators are overloaded
Q15: The following is the C++ style comment<br>A)//<br>B)/*..*/<br>C)-<br>D)none
Q16: Which of the following is FALSE about
Q17: Which of the following feature of object
Q18: Which operator is having right to left
Q19: What will be the output of following