问题 填空题

以下程序的输出结果是 【6】
main()
int arr[]=30,25,20,15,10,5,*p=arr;
p++;
printf("%d\n",*(p+3));

答案

参考答案:J

填空题
单项选择题