为什么以下用C++编译?
int phew = 53; ++++++++++phew ;
相同的代码在C中失败,为什么?
c c++ operators operator-precedence pre-increment
c ×1
c++ ×1
operator-precedence ×1
operators ×1
pre-increment ×1