单项选择题
A、p+1 B、*(p+3) C、*(p+1)+3 D、*(p[0]+2))
A、9 B、11 C、19 D、21
A、int a[ ][3]; B、int a[ ][3]=2{2*3}; C、int a[ ][3]={}; D、int a[2][3]={{1},{2},{3,4}};