Vidyalelo
C++ Programming · Q36

Constructors and Destructors in C++

Programming · C++ Programming · question 36

Q36

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