4
Answers

Why 2 different compilers output different results? 13 and 14?

Adarsh

Adarsh

4y
427
1
Int main(){ int a=5, b=0; b = ++a + ++a; printf("%d\n", b); } Why 2 different compilers output different results? 13 and 14?
Answers (4)