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

Crossword: 1 Dimensional Arrays

Across

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

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

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

4. A single value stored in the array.

Down

5. A data structure that stores a fixed-size sequential collection of elements of the same type.

6. Visiting each element of the array once.

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

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

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

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

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

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


🖶

Shortcuts

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