Suppose v is an array with 100 int elements. If 100 is assigned to v[100], what happens?
Answer
(A) The compiler issues an error message.
(B) The compiler issues a warning message.
(C) An exception will be thrown when that statement is executed.
(D) Another variable or array will be unexpectedly modified.