logo

Crowdly

Browser

Add to Chrome

Що виведе наступний код? int main() {     int arr[] = {10, 20, 30, 40, 50}; ...

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

Що виведе наступний код?

int main() {

    int arr[] = {10, 20, 30, 40, 50};

    int *ptr=&arr[3];

    printf("%d", *(ptr - 2));

    return 0;

}

More questions like this

Want instant access to all verified answers on olympus.nubip.edu.ua?

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

Browser

Add to Chrome