Assuming int is of 4bytes, what is the size of int arr[15]?
a) 15
b) 60
c) 19
d) 30
Elements in an array are accessed….
a) randomly
b) sequentially
c) exponentially
d) all of these
The smallest element of an array's index is called….
a) upper bound
b) lower bound
c) range
d) all of these
The largest element of an array's index is called….
a) upper bound
b) lower bound
c) range
d) all of these
The extra key inserted at the end of the array is called……
a) end key
b) stop key
c) sentinel
d) none of these
Accessing and Writing at an Index in an Array