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