Hi all,
Can any one tell the difference between the following.

a++
a+=1

Both will do the same operation.I want to know that any one of these have a advantage than the other.