Q38
Which operator is used to access members of a class through a pointer in C++?
A.
Star operator (*)
B.
Double colon (::)
C.
Dot operator (.)
D.
Arrow operator (->)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board