填空题
设有以下定义的语句:
int a[3][2]=10,20,30,40,50,60,(*p)[2];
p=a;
则*(*(P+2)+1)值为
【10】
。
提交答案
关闭