Computer Applications
Which element is represented by a[10]?
- 10th
- 9th
- 11th
- None
Java Arrays
76 Likes
Answer
11th
Reason — Array indexes start from 0. So, a[10] refers to the 11th element of the array.
Answered By
30 Likes
Related Questions
Which of the following is the correct usage?
- int a[-40]
- int a[40]
- float a[0 - 40]
- None
Cell numbers of a dimensional array are also known as:
- packets
- blocks
- subscripts
- compartments
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