Which of the following statements about multidimensional arrays is false?

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.


Answer: B

Computer Science & Information Technology

You might also like to view...

What do the first 3 parameters in the following method represent?

``` ``` a) foreground color b) background color c) image color d) shape color

Computer Science & Information Technology

Which of the following protocols is used to code telephone conversations into packets of compressed data?

A) VoIP B) XML C) RSS D) TCP/VIP

Computer Science & Information Technology

Which of the following represents a way to delete e-mail messages from the user's Deleted Items Folder?

A) use the Delete Tool on the toolbar after selecting the message B) right-click on the Deleted Items folder and then choose the Empty Folder option C) select it and then press Delete D) all of the above

Computer Science & Information Technology

Word's ________ feature saves a document you are working with every ten minutes

Fill in the blank(s) with correct word

Computer Science & Information Technology