C语言中的基本数据类型,是C 语言自己定义好的数据类型,用户直接拿来就可以使用的。它包括:整型 int 字符型 char 浮点型 float (双精度 double) 布尔型 bool 空值型 void