Question 1  of   20

Which of the following is a single-dimensional array?

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