Accessing each element only one is called
Answers
Answered by
0
Answer:
Traversing is the process of visiting each subscript at least once from the beginning element to the last element. For example, to find the maximum element of the array we need to access each element of the array.
Similar questions