Solved

Attempting to Access an Element in an Array by Using

Question 1

Multiple Choice

Attempting to access an element in an array by using an index outside the array's bounds______ .


A) is a syntax error
B) is an array-time error
C) is a run-time error
D) returns the data-type's default value
E) returns the value of the last value in the array

Correct Answer:

verifed

Verified

Related Questions