下面合法的數組定義是?A.int x[]={1,2,3,4}B.int x[][]={{2,1},{3,2}}C.char str={“abcde”}D.char str[4]=”abcd”正確答案:int x[]={1,2,3,4} 點擊顯示答案