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
Which of the following is used to access the element of array?
a) decision structure
b) loop
c) if-else
d) for loop
Traversing an Array