Operations in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Operations in C

Why: int x = 8; int y = 7; x++; x += - -y Why is that 16? Isn’t that 15?

30th Apr 2019, 4:10 PM
Gustavo
Gustavo - avatar
0 Answers