+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];

Related questions

+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
+1 vote
asked Aug 30, 2022 in AWS by sharadyadav1986
...