Multiple Choice
The general expression (*pointer) .member can always be replaced with the notation ____.
A) *pointer.member
B) *pointer-member
C) *(pointer.member)
D) pointer->member
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A C++ structure can also be declared
Q6: Union members are referenced by using the
Q7: C++ provides a special pointer value called
Q8: The steps for returning a structure from
Q9: The initialization of structures follows the same
Q11: A(n) _ is a set of structures
Q12: Copies of all structure members can be
Q13: Any address that the new operator returns
Q14: A single _ is simply a convenient
Q15: The statement display(emp.idNum); passes _ the structure