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