Multiple Choice
The function call ____ passes a copy of the complete emp structure to calcNet() .
A) calcNet(struct emp) ;
B) calcNet(*emp) ;
C) calcNet(&emp) ;
D) calcNet(emp) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: When passing a structure to a function,
Q33: Arrays of structures are very useful to
Q34: Populating a structure is a complex task
Q35: By convention all typedef names are written
Q36: Each of the individual data items in
Q38: If you have declared a structure named
Q39: For non-ANSI C compilers, the keyword _
Q40: A _ statement provides a simple method
Q41: The problem with arrays of structures is
Q42: _ is not a definition statement.<br>A)struct {int