填空题
有如下语句序列:
int arr[2][2]=9,8,7,6;
int *p=arr[0]+1; cout<<*p<<endl;
运行时的输出结果是______。
1、
【正确答案】
1、8
【答案解析】
提交答案
关闭