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
AnswerD.
Using the arrow operator
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board