0
Is there any performance difference between i++ and i=i+1 ?
5 Answers
+ 1
there isn't a difference
+ 1
there is no difference
0
x++ and x=x+1 are compiled as the same exact command by the interpreter so no, once you run the program there will be no difference.
0
Nope there is no difference.
0
no difference