Q. Which of the following operators is used to access members of a class in C++?
β
Correct Answer: (A)
.
Explanation: In C++, the '.' operator is used to access members of a class or structure.