Solved

When a C# Program Executes,the Runtime Checks Array Element Indices

Question 25

Multiple Choice

When a C# program executes,the runtime checks array element indices for validity-all indices must be greater than or equal to 0 and less than the length of the array.Any attempt to access an element outside that range of indices results in a runtime error known as a(n) ________.


A) IndexRangeError
B) SubscriptException
C) IndexOutOfRangeException
D) SubscriptRangeError

Correct Answer:

verifed

Verified

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

Related Questions