标签:运算符优先级 自增 int 自增运算符 bsp \n ++ code col
自增运算符高于* /
int y=1; printf("%d\n",++y*3);//6
C 运算符优先级
原文地址:https://www.cnblogs.com/mlh1421/p/10099153.html