Contents

Accessing the elements of an array is called……
a) deleting of array      
b) accessing of array
c) traversing of array
d) none of these

c



The indexes of an array element are also called…….
a) elements                 
b) tokens
c) instances                 
d) none of these


a

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

b

How many memory spaces are required for each item of array?
a) 1 byte                                  
b) 2 bytes
c) 3 bytes                    
d) 4 bytes

b

Two Dimensional Arrays


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

c