Q18
Which operator is used to access members of a class through a pointer in C++?
A.
Arrow operator (->)
AnswerB.
Dot 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