Multiple Choice
If a function needs to modify more than one variable, it must
A) be pass by value
B) be a void function
C) return all values needed
D) be a call by reference function
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What is the output of the following
Q9: The following is legal in a void
Q10: A void function can return any value
Q11: pre and post conditions for a function
Q12: In a function with call-by-reference parameters, any
Q14: Given the function definition<br>Void something int a,
Q15: If we want to test if a
Q16: A void function may not be used
Q17: What type of value does a void
Q18: Given the following function definition fragment, for