(31)若有定义:int w[3][5];,则以下不能正确表示该数组元素的表达式是( )。
A)*(*w+3) B)*(w+1)[4] C) *(*(w+1)) D)*(&w[0][0]+1)&n
&n