acccesing each element in an arrray only onceis called
Answers
Answered by
3
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