[单选题]
设有以下定义的语句,则*(*(p+2)+1)的值为______。int a[3][2]={10,20,30,40,50,60}, (*p)[2];p=a;
A.10
B.30
C.60
D.40
参考答案与解析: