A.inta[3][]; B.floata(3,4); C.floata(3)(4); D.doublea[][4];
A.inta[2][3]={0}; B.inta[][3]={{1,2},{0}}; C.inta[2][3]={{1,2},{3,4},{5,6}}; D.inta[][3]={1,2,3,4,5,6};
執(zhí)行下面程序輸出的x值是()
A.數(shù)組最小值的下標 B.數(shù)組中的最大值 C.數(shù)組最大值的下標 D.數(shù)組中的最小值