码迷,mamicode.com
首页 > 其他好文 > 详细

C 运算符优先级

时间:2018-12-10 22:00:04      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:运算符优先级   自增   int   自增运算符   bsp   \n   ++   code   col   

自增运算符高于* /

    int y=1;
    printf("%d\n",++y*3);//6

 

C 运算符优先级

标签:运算符优先级   自增   int   自增运算符   bsp   \n   ++   code   col   

原文地址:https://www.cnblogs.com/mlh1421/p/10099153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!