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

admin2013-02-27  21

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

选项

答案8

解析
转载请注明原文地址:https://kaotiyun.com/show/VENp777K
0

最新回复(0)