Which of the following statements is valid?

A. int i(30);
B. int i[4] = {3, 4, 3, 2};
C. int i[] = {3, 4, 3, 2};
D. double d[30];
E. int[] i = {3, 4, 3, 2};

B. int i[4] = {3, 4, 3, 2};
C. int i[] = {3, 4, 3, 2};
D. double d[30];

Computer Science & Information Technology

You might also like to view...

You can insert columns to the left or to the right of a selected column

Indicate whether the statement is true or false

Computer Science & Information Technology

A ____ is a darkened shade in an image.

a. shadow b. highlight c. gamma d. midtone

Computer Science & Information Technology