Multiple Choice
Referencing elements outside the array bounds:
A) Can result in changes to the value of an unrelated variable.
B) Is impossible because C++ checks to make sure it does not happen.
C) Is a syntax error.
D) Enlarges the size of the array.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An array is not:<br>A) A consecutive group
Q2: Which statement about insertion sort is true?<br>A)
Q4: Which of the following is not true
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
Q10: Which of the following statements is false
Q11: After the i<sup>th</sup> iteration of the insertion
Q16: Constant variables:<br>A) Can be assigned values in