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

Crossword: 1 Dimensional Arrays

Across

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

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

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

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

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

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

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

Down

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

9. Visiting each element of the array once.

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

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

12. A single value stored in the array.

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


🖶

Shortcuts

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