Introduction:
……..is a collection of data items of the same type placed in contiguous memory locations is called.
a) array data structure
b) stack data structure
c) link list data structure
d) tree data structure
How many types
of array data structure?
a) one
b) two
c) three
d) four
Array elements are stored in ………. Memory locations inside the computer memory.
a) memory locations
b) consecutive memory locations
c) disjected memory locations
d) none of these
How many common terminologies used in array?
a) one
b) two
c) three
d) four
Which of the
following can be valid identifier of the array?
a) name of array
b) size of array
c) index of array
d) none of these