Login
Remember
Register
Ask a Question
Choose the best answer below to syntax for declaring the array?
+1
vote
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
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
#array-syntax
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
b) int array [5];
...