问题 填空题

以下程序的输出结果是______。
#include
main()
int a[5]=2,4,6,8,10, *p;
p=a; p++;
printf("%d",*p);

答案

参考答案:D

单项选择题 B1型题
单项选择题