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

c) IndexOutOfRangeException

Computer Science & Information Technology

You might also like to view...

You can see how many records meet the conditions of the filter by looking at the ________ bar

Fill in the blank(s) with correct word

Computer Science & Information Technology

Windows XP uses __________ to allocate and manage system memory.

a. dynamic memory management b. the kernel c. the file system d. a virtual memory manager (VMM)

Computer Science & Information Technology