1.

Which of the following is the correct way of declaring an array?

A. array(5)
B. int array[10]
C. int array{5}
D. array{10}
Answer» C. int array{5}


Discussion

No Comment Found