填空题
以下程序的输出结果是
1
。
# include
main
2
char a[]='/1','/2','/3','/4','/0';
printf("%d %d/n",sizeof(a),strlen(a));
1、
【正确答案】
1、5,4
【答案解析】
提交答案
关闭