difference between --a and a-- in c++ code example Example: the difference between i++ and ++i i = 1; j = i++; (i is 2, j is 1)