Vidyalelo
C++ Programming · Q13

Classes and Objects in C++

Programming · C++ Programming · question 13

Q13

Which operator is used to access members of an object in C++?

A.
Dot operator (.)
Answer
B.
Arrow operator (->)
C.
Double colon (::)
D.
Star operator (*)

Answer: Option A

Solution

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