Tagged Questions

25
votes
16answers
10k views

Difference between i++ and ++i in a loop?

Is there a difference in ++i and i++ in a for loop? Is it simply a syntax thing?