小编Jat*_*tin的帖子

C++中变量的多个预增量运算(C?)

为什么以下用C++编译?

int phew = 53;
++++++++++phew ;
Run Code Online (Sandbox Code Playgroud)

相同的代码在C中失败,为什么?

c c++ operators operator-precedence pre-increment

17
推荐指数
2
解决办法
2784
查看次数

标签 统计

c ×1

c++ ×1

operator-precedence ×1

operators ×1

pre-increment ×1