A
All The elements of the array should be of the same data type and storage class
B
The number of subscripts determines the dimension of the array
C
Both of these
D
None of these
MCQs Details
The number of subscripts determines the dimensionality of an array. For example, x[i] refers to an element of a one-dimensional array, x. Similarly, y[i][j] refers to an element of a two-dimensional array, y, etc.