Computer Applications
A dimensional array is also known as:
- subscripted variable
- actual variable
- compound variable
- none
Java Arrays
64 Likes
Answer
subscripted variable
Reason — A dimensional array is also known as subscripted variable because each element of the array is represented by using a common variable name along with a single subscript.
Answered By
25 Likes
Related Questions
Which element is represented by a[10]?
- 10th
- 9th
- 11th
- None
Cell numbers of a dimensional array are also known as:
- packets
- blocks
- subscripts
- compartments
An array element can be accessed through:
- dots
- element name
- index number
- none
Indicate the error message which displays, if the following statement is executed :
int a[5] = {28,32,45,68,12};- Insufficient cells
- Array index out of bounds
- Elements exceeding cells
- None