Q70
Which of the following correctly declares an array?
A.
int array[10];
AnswerB.
int array;
C.
array{10};
D.
array array[10];
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board