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

Crossword: 1 Dimensional Arrays

Across

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

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

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

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

5. A single value stored in the array.

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

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

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

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

Down

10. A number that represents the position of an element in an array.

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

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

13. Visiting each element of the array once.


🖶

Shortcuts

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