Multiple Choice
Referencing elements outside the array bounds with the [] operator:
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
Related Questions
Q1: You can sort an array with the
Q2: Linear search can be used on:<br>A) Unsorted
Q3: In a typical nested for loop (not
Q5: Assume that the array named items contains
Q6: Which of the following is not a
Q7: Which statement about exception handling is false?<br>A)
Q8: Using square brackets ([]) to retrieve vector
Q9: Which of the following tasks cannot be
Q10: Which of the following is false?<br>A) The
Q11: An array is not:<br>A) A consecutive group