赋值运算符:
分类:
简单赋值 int a ; a=10;
复合运算符 int a ; a+=4;
复合位运算符 int a; a&=1;
posted on 2015-04-28 10:46 诺尔 阅读(176) 评论(0) 收藏 举报