Multiple choice

Which of the following operations in one-dimensional array is the accessing of each element of the array exactly once to do some operation?

  1. Searching

  2. Traversing

  3. Sorting

  4. Insertion

  5. Deletion

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This operation in one-dimensional array is the accessing of each element of the array exactly once to do some operation.