Multiple Choice
To prevent modification of array values passed to a function:
A) The array must be declared static in the function.
B) The array parameter can be preceded by the const qualifier.
C) A copy of the array must be made inside the function.
D) The array must be passed by reference.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Linear search can be used on:<br>A) Unsorted
Q9: Unless otherwise specified, entire arrays are passed
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
Q15: In a typical nested for-loop used to
Q16: Which of the following does not declare
Q23: Which statement would be used to declare