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

Verified
Correct Answer:
Verified
Related Questions
Q10: Within a set of parallel arrays, all
Q11: As in most C statements, the spacing
Q12: In dealing with structures, it is important
Q13: A structure's contents consist of the symbolic
Q14: A record is a homogeneous data structure.
Q16: *(pt.hours) refers to the variable whose address
Q17: In the following definition, _ is the
Q18: _ arrays are two or more arrays,
Q19: _ creates a new data type without
Q20: The structure's form consists of the actual