Multiple Choice
Passing a structure as a constant reference parameter to a function ________.
A) can potentially result in changes to the structure's members
B) guarantees not to result in changes to the structure's members
C) will always change the structure's members
D) All of these
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: If an anonymous union is declared globally
Q7: A good reason to pass a structure
Q9: To dereference a structure pointer, the appropriate
Q10: It is possible for a structure to
Q10: The name of the structure is referred
Q11: Members of a(n)_ union have names, but
Q13: Which of the following is an example
Q35: The structure pointer operator is used to
Q42: The expression s->m; indicates that s is
Q46: With an enumerated data type, the enumerators