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
Explanation: name of array, size of array, index of array
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
The number of elements that can be stored in an array is called?
a) name of array
b) size of array
c) index of array
d) none of these
To get an index in an array and take its value for some operation is called…….
a) deleting of array
b) accessing of array
c) assigning of array
d) none of these
Which of the following are important actions while dealing with array?
a) accessing with array
b) writing index in array
c) both a & b
d) none of these