Which of the following types cannot be the base-element type of an array?

a. int
b. float
c. enum
d. char
* e. None of the above.

* e. None of the above.

Computer Science & Information Technology

You might also like to view...

Prepare a design specification as Jesse requested.

What will be an ideal response?

Computer Science & Information Technology

How many times will the following loop iterate?for (i = 1; i < 1000; i *= 2)   application code

A. 0 B. 10 C. 500 D. 1000

Computer Science & Information Technology