logo

Crowdly

Browser

Add to Chrome

Welche Werte werden für die Variablen a, b, c und d von prin...

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

Welche Werte werden für die Variablen a, b, c und d von printf ausgegeben?

#include <stdio.h>

int main()

{

int a =1, b =1, c, d;

c = a++;

d = ++b;

printf("a = %d, b = %d, c = %d, d = %d\n", a, b, c, d);

return 0;

}

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

Want instant access to all verified answers on ecampus.fhstp.ac.at?

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

Browser

Add to Chrome