Computer Science, asked by vishakhamahajan182, 5 hours ago

acccesing each element in an arrray only onceis called

Answers

Answered by callmedeep20
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