c++programmer Member Member since Apr 2, 2009 Last active Apr 6, 2009 Total activities 0 Activity feed Recent contributions #Threads 16 years ago difference between post and pre increment op what is diffrence amoung x=25; x=x++ + ++x; and cout<<x++ + ++x; and y=x++ + ++x; cout<<y; plz explain me the concept