Q. Identify the correct syntax for declaring arrays in C++.
β
Correct Answer: (C)
int arr[10]
You must be Logged in to update hint/solution