logo

Crowdly

Задано:     int a[] = { -4, -5, -6, -7, -8, -9 };     int* b = a + 3;   ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Задано:

    int a[] = { -4, -5, -6, -7, -8, -9 };

    int* b = a + 3;

    a[2] = *(b + 1) + 2;

Чому рівне значення змінної a[2] після виконання останнього оператора?

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!