Contents

Which of the following bracket is used for size in array?
a) curly bracket {}              
b) square bracket []
c) small bracket ()               
d) none of these

b

What is the initial index used for array?
a) 0                                                        
b) 1
c) both a & b                       
d) none of these

a

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

b

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

c

What is the correct format accessing an array?
a) array name[index];
b) name array[index];
c) array name{index};
d) all of these

a

Which of the following concepts make extensive use of arrays?
a) binary tree                       
b) caching
c) spatial locality               
d) none of these

c