31.03.2013, 09:43
Quote:
If u will study C language,you will study Pre-Increment and Post-Incremet.
Pre-Increment = First use then change and Post-Increment = First use then change. In ur question ++i = pre-increment and i++ = post-increment |
Quote:
If u will study Java language,you will study Pre-Fix and Post-Fix.
Pre-Fix = change and then use. and Post-Fix = use and then change. In ur question ++i = pre-fix and i++ = post-fix |
Did you like, copy paste it !? Anyways, the question was already answered.
Also, by the way, @ Gamer_007, it's C++ ! C is a different language.