what is the difference between x++ and++x code example Example: ++x vs x++ x++ //after assignment ++x //before assignment