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