bit位,即0或者1,0101010110
byte字节,8位作为⼀个字节,字节是处理数据的基本单位
•1byte = 8bits
•1KB = 1024bytes
•1MB = 1024KB
•1GB = 1024MB
数据类型
1.基本类型
2.构造类型
3.指针类型
4.空类型void
基本类型
1.整型
2.短整型 short
3.整型 int
4.⻓整型 long
浮点型
•单精度 float
•双精度 double
•
字符类型
构造类型
•数组
•结构体
•共⽤体
•枚举类型