Solved

The Statement ____ Passes a Copy of the Structure Member

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions