Across
- 3. - The starting index in an array.
- 4. - Default value for uninitialized array references.
- 6. - To arrange elements in a sequence.
- 7. - Array's index limit.
- 8. - Data stored in array elements.
- 10. - Arrays have fixed size during program execution.
- 12. - Position identifier in an array.
- 13. - Data classification of elements (e.g., int, char).
Down
- 1. - To copy an array's elements.
- 2. - Number of elements in the array.
- 5. - Structure used for iterating over an array.
- 6. - Finding an element in the array.
- 9. - Collection of elements in Java.
- 10. - Fixed number of elements when array is created.
- 11. - Setting initial values for an array.
