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) 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
Q4: A good reason to pass a structure
Q5: In C++11 if you want to retrieve
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