下面正確的數組定義語句是()。
A.int y[1][4]={1,2,3,4,5}
B.float x[3][]={{1},{2},{3}}
C.int s[2][3]={{1},{1,2}}
D.double t[][3]={0}
正確答案:int s[2][3]={{1},{1,2}}
下面正確的數組定義語句是()。
A.int y[1][4]={1,2,3,4,5}
B.float x[3][]={{1},{2},{3}}
C.int s[2][3]={{1},{1,2}}
D.double t[][3]={0}
正確答案:int s[2][3]={{1},{1,2}}