Question

Referencing elements outside the arraybounds 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.

Answer

This answer is hidden. It contains 52 characters.