+ 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

1 Resposta
Costuma ter perguntas como essa?
Aprenda de maneira mais eficiente, de graƧa:
Why: int x = 8; int y = 7; x++; x += - -y Why is that 16? Isnāt that 15?