Q. Identify the correct syntax for declaring arrays in C++. (A) array arr[10] (B) array{10} (C) int arr[10] (D) int arr ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) int arr[10]