首页
设有数组定义:chararray[]=“China”;则数组所占的空间是___。
2024-09-01 21:16:01
微型计算机原理与接口技术(02205)
设有数组定义:chararray[]=“China”;则数组所占的空间是___。
【正确答案】:(P25、63)6
【题目解析】:其中最后一个单元存放结束标识符“\0”。
上一篇:
#include“stdio.h”structdate{intyear=2009;intmonth;intday;};main(
下一篇:
以下程序的输出结果是___。main(){int_a=0;a+=(a=8);printf(“%d\n”,a);}