Which of these statements correctly declares a two-dimensional array in C#?

  1. int[,] testArray;

  2. int[][] testArray;

  3. int[2] testArray;

  4. System.Array[2] testArray;


Correct Option: A

Find more quizzes: