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
An array having more than one subscripts is called…….
a) one dimensional array
b) two-dimensional array
c) multi-dimensional array
d) none of these