Arrays - 1D and 2D
Across
- 3. The process of giving initial values to an array
- 5. A __ array consists of only one row
- 6. Loop structure often used with array indexing
- 7. Another word for 2D array structure
- 8. A 2D array with rows of different lengths
- 11. Function used to get number of elements in an array
- 12. Type of error when accessing invalid index
- 16. Memory area where arrays are stored dynamically
- 17. A simple sorting algorithm for arrays
Down
- 1. A simple search method to find elements in array
- 2. A 2D array with equal rows and columns
- 4. To process all elements in an array
- 9. Number of rows and columns in a 2D array
- 10. Indexing usually starts from this number
- 13. Used to access elements in an array
- 14. Number of elements in a 1D array
- 15. A common structure used to traverse arrays