Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який синтаксис використовується для оголошення масиву цілих чисел numbers розміром 5 елементів у C++?
int numbers[5];
int[5] numbers;
int numbers(5);
array<int, 5> numbers;
numbers int[5];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!