

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is an incorrect syntax to pass by reference a member of a structure in a function?
|
A. | func(&(e).num); |
B. | func(&(e.num)); |
C. | func(&e.num); |
D. | All of above |
E. | None of these |
Answer» F. | |