Q. Which of the following statements correctly declares an array? (A) int [10]arr; (B) arr{10}; (C) int arr[10]; (D) int arr; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) int arr[10];