Q2
Which of the following is the correct way to declare an array in C?
A.
int array[];
B.
array{int};
C.
int array[10];
AnswerD.
int array();
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board