Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Поставте у відповідність оголошення масиву та кількість елементів у ньому
const int n = 4, m = 2;
char letter[n][m];
bool m[2][2] = { 1,1,0 };
int a[5] = { 9, 8, 7 };
int m[][2] = { {1,1},{0,2},{1,0} };
int w[3][3] = { {2, 3, 4}, {3, 4, 8} };
char test[10];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!