Multiple Choice
Which of the following statements is false about a function to which an array is being passed?
A) It always knows the size of the array that is being passed.
B) It is being passed the address of the first element in the array.
C) It is able to modify the values stored in the array.
D) The array name is used as an argument in the function call.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Given the following declaration, what is the
Q8: Using square brackets ([]) to retrieve vector
Q9: Unless otherwise specified, entire arrays are passed
Q10: Which of the following is false?<br>A) The
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
Q15: In a typical nested for-loop used to
Q16: Constant variables:<br>A) Can be assigned values in