Multiple Choice
The statement display(emp.idNum) ; passes ____ the structure member emp.idNum to a function named display() .
A) the address of
B) a copy of
C) a pointer to
D) the name of
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The general expression (*pointer).member can always be
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
Q16: The -> operator has a(n) _ priority
Q17: As with all external and static variables,
Q18: When working with linked lists, records are
Q19: Structure data items or fields are called
Q20: Each structure member is accessed by giving