Vidyalelo
C# Programming · Q67

Exception Handling in C Sharp

Programming · C# Programming · question 67

Q67

Which of these exceptions will occur if we try to access the index of an array beyond its length?

A.
ArithmeticException
B.
ArrayException
C.
ArrayArguementException
D.
IndexOutOfRangeException
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board