Examveda

Which of the following is the correct way to declare an array in C?

A. int array[];

B. array{int};

C. int array[10];

D. int array();

Answer: Option C


This Question Belongs to Data Structure >> Arrays In Data Structures

Join The Discussion

Related Questions on Arrays in Data Structures