Which of the following statements about multidimensional arrays is false? Answer
ID: 3647248 • Letter: W
Question
Which of the following statements about multidimensional arrays is false?Answer
A.Declaration tells the compiler the name of the array, the type of the elements, and the size of each dimension.
B.The definition for a fixed-length array requires a constant for each dimension except the first.
C.Fixed-size arrays can be initialized; variable-sized arrays cannot.
D.The definition for a variable-length array requires a variable for each dimension.
E.When a multidimensional array is initialized, the first and only the first dimensions size does not need to be specified when explicit initialization is used.
Explanation / Answer
C.Fixed-size arrays can be initialized; variable-sized arrays cannot.