post increment vs pre increment [closed]
- by mousey
Possible Duplicate:
Difference between i++ and ++i in a loop?
Hi,
Can some one please help me when to use pre increment or post increment in a for loop. I am getting the same results for both the loops! I also would like to know when and where to choose one between the two. Thanks in advance.