填空题 若有如下程序:
main()
int s[]=1,2,3,4,5,6,*p=s;
printf("%d,%d/n",*(p+3),*(p+6));
则程序运行后的输出结果是 【18】

  • 1、
【正确答案】 1、4,不定值    
【答案解析】