+ 1

C operators functioning?..if int i = 10 and i = ++i + i++ what will be value of i?

Increment and decrement operators.

25th Jun 2019, 2:30 AM
Abhijeet Pawar
Abhijeet Pawar - avatar
1 ответ
+ 2
its an undefined behavior, the result are unpredicted and might be different for different compiler.
25th Jun 2019, 3:57 AM
Taste
Taste - avatar