Multiple Choice
Unless otherwise specified, entire arrays are passed __________ and individual array elements are passed __________.
A) By value, by reference.
B) By reference, by value.
C) By value, by value.
D) By reference, by reference.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is not true
Q7: Given the following declaration, what is the
Q8: Using square brackets ([]) to retrieve vector
Q10: Which of the following is false?<br>A) The
Q10: Which of the following statements is false
Q11: After the i<sup>th</sup> iteration of the insertion
Q12: Which of the following is not a
Q13: A double subscripted array declared as int
Q14: Linear search is highly inefficient compared to
Q16: Constant variables:<br>A) Can be assigned values in