Q. Which operator is used to access members of a structure through a pointer?
β
Correct Answer: (C)
->
Explanation: The -> operator is used for accessing structure members using a pointer.