1/8 | 10 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4/9 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
1. The total number of elements that can be stored in an array.
2. Visiting each element of the array once.
3. Finding the presence or location of a specific element in an array.
4. The process of assigning initial values to the elements of an array.
5. Visiting each element of an array in a sequential manner.
6. Removing an element from a specific position in an Array.
7. The individual items or values stored within an array.
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. A single value stored in the array.
11. Modifying the value of an element in the array.