Array

12345678910
Across
  1. 3. dimension of array depends on
  2. 6. visiting the elements in the array
  3. 8. statement used to access the array elements
  4. 9. the position in the array is mentioned as
  5. 10. the staring value of the array index
Down
  1. 1. contiguous storage of data structure
  2. 2. row and column is used for manipulation
  3. 4. arranging elements in the array
  4. 5. shifting the positing of elements in the matrix is called as
  5. 7. trying to access the element after the size value in the array causes