Vidyalelo
C++ Programming · Q3

Structures and Unions in C++

Programming · C++ Programming · question 3

Q3

What is the correct way to access members of a structure in C++?

A.
Using the star operator
B.
Using the double colon operator
C.
Using the dot operator
Answer
D.
Using the arrow operator

Answer: Option C

Solution

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