Computer Applications
Fill in the blanks:
Each element of a single dimensional array is accessed using variable along with _________ enclosed within square bracket.
Java Arrays
32 Likes
Answer
subscript
Answered By
4 Likes
Related Questions
Which of the following function finds the size of array
char m[] = {'R', 'A', 'J', 'E', 'N', 'D', 'R', 'A' };?- m.sizeof (a)
- m.elementsof (m)
- m.length
- None
A Single Dimensional array contains N elements. What will be the last subscript?
- N-1
- N
- N+1
- None
Fill in the blanks:
A double dimensional array uses _________ types of indices.
Fill in the blanks:
To access the elements in reverse order, the single dimensional array is traversed starting with _________ index.