Computer Applications
Fill in the blanks:
A double dimensional array uses _________ types of indices.
Java Arrays
28 Likes
Answer
two
Answered By
1 Like
Related Questions
A Single Dimensional array contains N elements. What will be the last subscript?
- N-1
- N
- N+1
- None
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:
To access the elements in reverse order, the single dimensional array is traversed starting with _________ index.
Fill in the blanks:
Complete the following statement:
int _________ = _________ int a[15]