Multiple Choice
A good reason to pass a structure as a constant reference is
A) to prevent changes to the structure's members
B) to ensure changes to the structure's members
C) to slow down the function's execution which helps prevent errors
D) to speed up the function's modification of the structure's members
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The expression *s->p; indicates that s is
Q2: A structure _ contain members of the
Q3: You cannot directly assign an integer value
Q5: In C++11 if you want to retrieve
Q6: Passing a structure as a constant reference
Q7: If Circle is a structure, what does
Q8: In C++11, you can use a new
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it