Difference between ++i and i++?

JustinW7 - Feb 15 - - Dev Community

What is the difference between ++i and i++ .
I spent almost 4 hours to understand this ...
++i is pre increment and i++ is post increment

What is the effect and how does it affect

i =1;
++i=2;
i

. . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player