2018/10/31

学习报告:

1,描述几种基本数据类型:

空类型 void 不能定义 ,作返回值可用;

短整型 : int 整数 绝大多数 4字节

单精度浮点数:float 8字节;

双精度浮点数:double 8字节;

字符 char 1字节;

有符号整形 signed int;

无符号整型 unsigned int;

2,

猜你喜欢

转载自blog.csdn.net/sinat_42650353/article/details/83591640
今日推荐