c++ or example Example: x += c++ int main () { int a, b=3; a = b; a+=2; // equivalent to a=a+2 cout << a; }