Which of the following concepts make extensive use of arrays?
a) binary tree
b) caching
c) spatial locality
d) none of these
Which of the following is used to access the element of array?
a) decision structure
b) loop
c) if-else
d) for loop
Accessing the elements of an array is called…
a) deleting of array
b) accessing of array
c) traversing of array
d) none of these
The indexes of an array element are also called…….
a) elements
b) tokens
c) instances
d) none of these
Which of the following operator can be used with arrays to return the size allocated for entire array?
a) size () operator
b) sizeof () operator
c) count () operators
d) none of these
How many memory spaces are required for each item of array?
a) 1 byte
b) 2 bytes
c) 3 bytes
d) 4 bytes