数据类型 运算符 表达式
1.整型常量 #define price 30;2.八进制常数以0 开头eg:015=133.十六进制整常数前缀以0x开头4.整型变量 int k = 3;分为基本型int在内存中占4个字节,短整量short i
2022-03-19