Solved

An Attempt to Access an Element of an Array with an Index

Question 70

Multiple Choice

An attempt to access an element of an array with an index that is outside the bounds of the array throws a ____.


A) System.IndexOutOfRangeException
B) System.ArrayTypeMismatchException
C) System.IndexOutOfBoundsException
D) System.InvalidIndexException

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions