Question 1  of   20

Which of the following is a two-dimensional array?

A. int[,] array;
B. int[][,,] array;
C. int[][] array;
D. int[,,] array;