Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що робить код?
int **a = new int*[3];
for(int i=0;i<3;i++)
a[i] = new int[4];
Створює статичну матрицю 2×4
Створює динамічну матрицю 2×4
Створює масив a[4]
Створює динамічну матрицю 3×4
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!