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