1 | 9 | ||||||||||||||||||||||||
2 | 12 | ||||||||||||||||||||||||
3/8 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | 11 | ||||||||||||||||||||||||
1. Finding the presence or location of a specific element in an array.
2. Retrieving the value of a specific element in an array using its index.
3. The process of assigning initial values to the elements of an array.
4. A single value stored in the array.
5. Visiting each element of the array once.
6. Removing an element from a specific position in an Array.
7. Modifying the value of an element in the array.
8. Adding a new element at a specified position in an array.
9. The total number of elements that can be stored in an array.
10. Visiting each element of an array in a sequential manner.
11. The individual items or values stored within an array.
12. A data structure that stores a fixed-size sequential collection of elements of the same type.