- 1
- 0
- 约3.96万字
- 约 51页
- 2022-08-20 发布于河北
- 举报
力77-加72-7常 公 程 格 世 计 复 习 可 墓 初( 稿 )
第一部分:网上编程作业 《” 题
编程题 1: s iz e o f测试字节数
要求:编写程序,测试以下类型在内存中所占空间大小: chan i n t 、s ho rt 、
long、unsigned i n t 、f lo a t 、do uble ,输出时给出较清晰的提示信息。
要求输 出格式 (GCC):
sizeof(char)=l
sizeof(int)=4
sizeof(short)=2
sizeof(long)=4
sizeof(unsigned int)=4
sizeof
原创力文档

文档评论(0)