68. Which one of the following descriptions about array is WRONG?
(A) An array is a data structure consisting of a collection of elements, where all elements are with same memory size.
(B) In C language, an array is a contiguous memory block.
(C) Each element in an array is identified by a key.
(D) It is impossible to simulate a multi-dimensional array with a one-dimensional array.

答案:登入後查看
統計: A(0), B(1), C(3), D(3), E(0) #3112252

詳解 (共 1 筆)

#7060464
題目解析 這道題目考察的是對於陣列(ar...
(共 952 字,隱藏中)
前往觀看
0
0