+ 1
What's the difference between ++x and x++ in java
Hey, I was wondering what is the difference between the instruction x++ and ++x. I know is that x++ is equal to x=x+1 but is ++x the same? thanks
2 odpowiedzi
+ 14
No difference between Java and C++ version!
[https://www.sololearn.com/Discuss/160327/what-is-the-difference-between-x-x-x-and-x]
[https://www.sololearn.com/Discuss/336732/what-is-the-difference-between-x-and-x]
[https://www.sololearn.com/Discuss/305422/x-and-x]
[https://www.sololearn.com/Discuss/56740/what-is-the-difference-between-x-and-x]
+ 1
thank you very much