填空题
以下程序的输出结果是
1
。
main()
{ int arr[]=(30,25,20,15,10,5};
int *p=arr;
p++;
printf("/%d\n",*(p+3));
}
1、
【正确答案】
1、10
【答案解析】
提交答案
关闭