填空题
下列程序的输出结果是
1
。
#include"stdio.h"
main()
{
char a[1]="0123456789",*p;
p=&a[4];
puts(p);
}
1、
【正确答案】
1、456789
【答案解析】
提交答案
关闭