单项选择题

若在以下定义和赋值语句,则才s数组的第i行第j列(假设i,j已正确说明并赋值)元素地址的合法引用为 int s[2][3]={0},( *p)[3]; p=s;

A.*(*(p++
B.*(p+
C.(p++j
D.(*(p+)