填空题

有如下语句序列:
int arr[2][2]=9,8,7,6;
int *p=arr[0]+1; cout<<*p<<endl;
运行时的输出结果是______。

【参考答案】

H
热门 试题