Q. Which of the following operators is used for object dereferencing in C++?
β
Correct Answer: (C)
->
Explanation: The '->' operator is used to access members of a structure or class through a pointer.