Contents

Assuming int is of 4bytes, what is the size of int arr[15]?
a) 15   
b) 60               
c) 19               
d) 30

b

Elements in an array are accessed….
a) randomly                
b) sequentially
c) exponentially
d) all of these

a

The smallest element of an array's index is called….
a) upper bound
b) lower bound
c) range                       
d) all of these

b

The largest element of an array's index is called….
a) upper bound           
b) lower bound
c) range                       
d) all of these

a

The extra key inserted at the end of the array is called……
a) end key                   
b) stop key
c) sentinel                   
d) none of these

c

Accessing and Writing at an Index in an Array