Computer Applications
A dimensional array is also known as:
- subscripted variable
- actual variable
- compound variable
- none
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