Solved

To Dereference a Structure Pointer and Simultaneously Access a Member

Question 2

Multiple Choice

To dereference a structure pointer and simultaneously access a member of the structure, the appropriate operator to use is


A) an asterisk, *.
B) the dereference operator, <-.
C) the structure pointer operator, ->.
D) the ampersand, &.
E) None of the above

Correct Answer:

verifed

Verified

Related Questions