1/8 10
2
11
3
4/9
5
6
7

Crossword: 1 Dimensional Arrays

Across

1. The total number of elements that can be stored in an array.

2. Visiting each element of the array once.

3. Finding the presence or location of a specific element in an array.

4. The process of assigning initial values to the elements of an array.

5. Visiting each element of an array in a sequential manner.

6. Removing an element from a specific position in an Array.

7. The individual items or values stored within an array.

Down

8. Retrieving the value of a specific element in an array using its index.

9. Adding a new element at a specified position in an array.

10. A single value stored in the array.

11. Modifying the value of an element in the array.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓