Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
17.Which of the following is a valid array declaration in C++?
17.
Which of the following is a valid array declaration in C++?
int arr[5];
int[5]arr;
int[5]
arr;
intarr[];
int
arr[];
intarr;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!