单选题 () is a fixed-size, sequenced collection of elements of the same data type.
A: An array
B: A record
C: A linked list
D: A variable
A: An array
B: A record
C: A linked list
D: A variable
举一反三
- 单选题 In a linked list, each element contains (). A: data B: a link C: a record D: a and b
- 单选题 An empty linked list consists of (). A: a variable B: two nodes C: data and a link D: a null head pointer
- A structure variable can be assigned to another structure variable of the same type.
- Which is used to store and process a set of values, all of the same data type, that forms a logical group? A: data structure B: array C: primitive data type D: atomic data type
- Every element in an array has the same type. A: 正确 B: 错误