单项选择题

以下正确的数组定义语句是( )。

A.int y[1][4]=1,2,3,4,5, ;
B.float x[3][]=l,2,3;
C.long s[2][3]=1,1,21,2,3,;
D.double t[][3]=0