Which of the following bracket is used for size in array?
a) curly bracket {}
b) square bracket []
c) small bracket ()
d) none of these
What is the initial index used for array?
a) 0
b) 1
c) both a & b
d) none of these
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
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
What is the correct format accessing an array?
a) array name[index];
b) name array[index];
c) array name{index};
d) all of these
Which of the following concepts make extensive use
of arrays?
a) binary tree
b) caching
c) spatial locality
d) none of these