Vidyalelo
C++ Programming · Q38

Object Oriented Programming in C++

Programming · C++ Programming · question 38

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 (->)
Answer

Answer: Option D

Solution

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