+ 1
Why this code outputs 2 2 0?
3 odpowiedzi
+ 7
+ Don't do this. You should split the expression in different printf statements.
+ 5
In your contest the result depends HIGHLY by compiler... Read here https://en.cppreference.com/w/c/language/eval_order
+ 2
... or use variables and use them, after proper calculations, onto printf