Which statement would be used to declare a 10-element integer array c?

a. array c = int[ 10 ];
b. c = int[ 10 ];
c. int array c[ 10 ];
d. int c[ 10 ];

d. int c[ 10 ];

Computer Science & Information Technology

You might also like to view...

The Zoom dialog box allows more working space in which to type an expression

Indicate whether the statement is true or false

Computer Science & Information Technology

A high-pitched whining sound is a common sound for a hard drive

Indicate whether the statement is true or false

Computer Science & Information Technology