Which of the following syntax correctly declares an Array?
int geeks;
array geeks[20];
geeks{20};
int geeks[20];
This question is part of this quiz :