++x = increment before operation x++ increment after operation b = 1 - 0
1 - 1(a++) = 0 after the a used it should increment doesn't it
How secound value becomes 0?
either it's like python, where the values are not actually assigned until after the expression, or it's read right-to-left - i'm not well-versed enough in C to say for sure
I got you its expressed from right to left. Thanks bro!!
it is an UB in C and as usual gcc generates the stupid binary where b = 1 while clang's binary is similar to jvm and v8's answer where b = 0
oh you already answered :)
Is that windows 7. It looks awfully similar
8.1 with patched theme and stuff
Обсуждают сегодня