Which of the following is a valid C++ array definition?

a. int array[0];
b. float $payments[10.23];
c. int numbers[5.6];
d. int scores[25];
e. None of these


d. int scores[25];

Computer Science & Information Technology

You might also like to view...

If a while loop has no braces around the body of the loop

A) there is no loop body. B) the loop body ends when the end while statement is encountered. C) the loop body contains just one statement. D) the program will not compile. E) the program will compile, but not run.

Computer Science & Information Technology

Business documents can include all of the following EXCEPT ____.

A. resumes B. journals C. proposals D. newsletters

Computer Science & Information Technology

You can improve ________ usability by changing font colors, resizing text boxes, and resizing controls

A) form B) database C) window D) tab

Computer Science & Information Technology

The ____________________ line is a channel for communication with the CPU.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology