Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Выберите неверное объявление одномерного массива
const float n=12.5;
float x[n];
const int n=12;
float x[12];
int x[n];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!