✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Задано:
int a[] = { 1, 2, 3, 4, 5, 6 }; int* b = &(a[2]); a[1] = *b - 2;
Чому рівне значення змінної a[1] після виконання останнього оператора?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!