Question 1  of   20

Which of the following is a multidimensional array?

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