Computer Applications
Cell numbers of a dimensional array are also known as:
- packets
- blocks
- subscripts
- compartments
Java Arrays
62 Likes
Answer
subscripts
Reason — Cell numbers of a dimensional array are also known as subscripts.
Answered By
20 Likes
Related Questions
Which of the following is the correct usage?
- int a[-40]
- int a[40]
- float a[0 - 40]
- None
Which element is represented by a[10]?
- 10th
- 9th
- 11th
- None
A dimensional array is also known as:
- subscripted variable
- actual variable
- compound variable
- none
An array element can be accessed through:
- dots
- element name
- index number
- none