Multiple Choice
You may use the type pointer to a structure as the type of a
A) function parameter.
B) function return type.
C) structure member.
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The delete operator should only be used
Q2: To dereference a structure pointer and simultaneously
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