adplus-dvertising
frame-decoration

Question

Which of the following correctly declares an array?

a.

int array[10];

b.

int array;

c.

array{10};

d.

array array[10];

Answer: (a).int array[10];

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following correctly declares an array?