c语言数据类型:

1.基本类型:

字符型(char),整型(int,short,long),浮点型(float,double)

2.构造类型:

数组,结构体(struct),联合体(union),枚举类型(union)

3.指针:

4.空类型(void)

更多推荐

c语言数据类型