Vidyalelo
Data Structure · Q2

Arrays in Data Structures

Programming · Data Structure · question 2

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];
Answer
D.
int array();

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board