Computer Applications
Fill in the blanks:
To access the elements in reverse order, the single dimensional array is traversed starting with _________ index.
Related Questions
Fill in the blanks:
Each element of a single dimensional array is accessed using variable along with _________ enclosed within square bracket.
Fill in the blanks:
A double dimensional array uses _________ types of indices.
Fill in the blanks:
Complete the following statement:
int _________ = _________ int a[15]
Fill in the blanks:
The last index of a single dimensional array will be _________, if it is declared to store 8 elements.