填空题

设有以下定义和语句,则*(*(p+2)+1)的值为 【14】 。 int a[3][2]={10,20,30,40,50,60},(*p)[2]; p=a;

【参考答案】

60