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

Crossword: 1 Dimensional Arrays

Across

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

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

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

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

5. Visiting each element of the array once.

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

Down

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

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. The total number of elements that can be stored in an array.

11. A single value stored in the array.


🖶

Shortcuts

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