1 10
2
3
11
4
5
6
7
8
9

Crossword: 1 Dimensional Arrays

Across

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

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

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

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

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

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

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

8. Visiting each element of the array once.

9. A single value stored in the array.

Down

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

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


🖶

Shortcuts

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