logo

Crowdly

Browser

Add to Chrome

Что напечатает код? struct S { int x; int y; }; int main() { struct ...

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

Что напечатает код?

struct S { int x; int y; };

int main()

{

struct S A = {4,6};

struct S *p = &A;

printf("%d %d", (*p).x++, - --(*p).y);

return 0;

}

0%
100%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on else.fcim.utm.md?

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

Browser

Add to Chrome