c语言最基本的非空数据类型

如题所述

具体类型与编译器有关。
一般说:
1、整形类型:int ,short int, long int, long long int, char, bool
2、浮点类型:float ,double, 双精度浮点型(float_complex,double_complex,long long_comples)
其中非空的包括: unsigned int, int, unsigned short int,short int,
unsigned char, char, float, double, ( 以及 bool, 有的用 0 和 1 表示)
温馨提示:答案为网友推荐,仅供参考