Multiple Choice
When a structure is passed ________ to a function, its members are not copied.
A) by reference
B) by value
C) Neither of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In C++11, you can use a new
Q11: Before a structure can be used it
Q20: Which of the following statements outputs the
Q37: A structure pointer contains<br>A) the address of
Q40: You cannot directly assign an enumerator to
Q41: This is required after the closing brace
Q43: This is like a structure, except all
Q46: This allows you to access structure members.<br>A)structure
Q48: A declaration for an enumerated type begins
Q50: The following union declaration appears on a