+1 vote
in C Plus Plus by
Choose the best answer below to syntax for declaring the array?

a) init array []

b) int array [5];

c) Array[5];

d) None of the above

1 Answer

0 votes
by

b) int array [5];

...