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:

Verified
Correct Answer:
Verified
Related Questions
Q1: The delete operator should only be used
Q3: You may use the type pointer to
Q5: The expression s->m has the same meaning
Q7: A reason for passing a pointer to
Q8: If dynamically allocated memory is not freed,<br>A)a
Q10: It is possible for a structure to
Q10: If a variable occupies more than one
Q17: The expression *s->p; is only meaningful if
Q43: A pointer with the value 0 (zero)
Q52: Memory cannot be allocated after a program