Q:

Which operator should be used to access the members of the class using object pointer?

0

Which operator should be used to access the members of the class using object pointer?


  1. Dot operator
  2. Colon to the member
  3. Scope resolution operator
  4. Arrow operator

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).Arrow operator

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING - OBJECTS AND POINTERS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How does compiler decide the intended object to be... >>
<< Which is correct syntax for declaring pointer to o...