10:7(12): preprocessor error: syntax error, unexpected PLUS_PLUS
2 
3a = x++;
4b = ++x;
5c = x--;
6d = --x;
7 
8
9