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.
詳解 (共 1 筆)
未解鎖
題目解析 這道題目考察的是對於陣列(ar...