Arrays - 1D and 2D - FAROOQ

123456789101112
Across
  1. 2. A simple sorting algorithm for arrays
  2. 6. To process all elements in an array
  3. 7. Loop structure often used with array indexing
  4. 8. A simple search method to find elements in array
  5. 9. A 2D array with equal rows and columns
  6. 11. Memory area where arrays are stored dynamically
  7. 12. Indexing usually starts from this number
Down
  1. 1. Number of elements in a 1D array
  2. 3. Used to access elements in an array
  3. 4. A common structure used to traverse arrays
  4. 5. Number of rows and columns in a 2D array
  5. 8. Function used to get number of elements in an array
  6. 10. Another word for 2D array structure