C
基础知识
C 数据类型
基础类型
数值类型
- 整形
- 短整形 short
- 整形 int
- 长整型 long
- 浮点型
- 单精度 float
- 双精度 double
字符串类型 char
构造类型
数组
结构体 struct
共用体 union
枚举类型 enum
指针类型
空类型 void
This post is licensed under
CC BY 4.0
by the author.