+ 1
C operators functioning?..if int i = 10 and i = ++i + i++ what will be value of i?
Increment and decrement operators.
1 ответ
+ 2
its an undefined behavior, the result are unpredicted and might be different for different compiler.
Increment and decrement operators.