13 使用 C 語言宣告一個名稱為 CAT 的陣列(Array),下列寫法何者正確?
(A) int CAT[10];
(B) int CAT;
(C) CAT{10};
(D) array CAT[10];

答案:登入後查看
統計: 尚無統計資料