If a variable is a pointer to a structure, then which of the follow

Loading

โœช Choose the correct option.

If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?

A. .
B. &
C. ->
D. *

Leave a Comment