Q. Which of the following statements correctly declares an array?
β
Correct Answer: (C)
int arr[10];
You must be Logged in to update hint/solution