Multiple Choice
Call-by-reference should be used
A) For all variables
B) When the function needs to change the value of one or more arguments
C) Never
D) only in void functions
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: It is illegal to call other functions
Q33: Given the following function definition<br>Void shiftint& a,
Q34: Which of the following is a legal
Q35: What is the correct way to call
Q36: A simplified main program used to test
Q38: The preconditions) for a function describe:<br>A) What
Q39: Testing a function or program using test
Q40: Which of the following is true for
Q41: Using functions in a program is called
Q42: Call-by-reference parameters are passed<br>A) nothing<br>B) the actual