1.string表示
clang: abcd null结束
2.boolean运算
非与或 异或
3.逻辑运算
与或
4.移位
lshift rshift
有符号数: 算术位移 右移舍弃低位高位补1
无符号数: 逻辑位移