填空题

以下程序的输出结果是______。
main()
int a[10]=10,20,30,40,50,60,70,80,90,100,*p;
p=a+2;printf("%d\n’,(p+2)[3]);

【参考答案】

80。