单项选择题

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

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