<AptiCode/>

Question 691: Which of the following statements is correct about the C#.NET program given below?using System; namespace IndiabixConsoleApplication { class MyProgram { static void Main(string[] args) { int index = 6; int val = 44; int[] a = new int[5]; try { a[index] = val ; } catch(IndexOutOfRangeException e) { Console.Write("Index out of bounds "); } Console.Write("Remaining program"); } } }

tcs
wipro
infosys
general
aptitude
exception-handling

No answer description is available.Let's discuss.