- 1
Hi class. Please tell me what is the correct output for this:
int x = 9; x += ++x; Do all languages or platform Will give exactly the same result? Thank you.
1 Respuesta
+ 3
Why don't you try? It is not complicated to test in all 3 languages, even on Sololearn you can do it.