填空题

下列程序的输出结果是______。
main()
int a[]=31,27,20,12,6,1),*p=a;
p++;
printf("%d\n",*(p+2));

【参考答案】

L