Short Answer
If a function needs to return more than one value, as a rule of good programming style, you should change it to a(n) ____________________ function and use the appropriate reference parameters to return the values.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q18: A variable or expression listed in a
Q19: The output of the statement: cout <<
Q20: Given the following function prototype: int test(float,
Q22: The following return statement returns the value
Q23: The statement: return 8, 10; returns the
Q24: Which of the following function prototypes is
Q25: A variable listed in a header is
Q26: Given the function prototype:float test(int, int, int);