Which of the Following is not a valid Array declaration statement in C programming?

1
int arr[] = { 1, 2, 3, 4, 5, 6, 7};
2
int arr[10] = {0};
3
int arr[];
4
int arr[10] = {1, 2, 3};

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation