The process of visiting each element in a linked list is called __________.

2023

The process of visiting each element in a linked list is called __________.

Answer: C. TraversingThe process of visiting (or accessing) each element in the linked list exactly once in order to perform some operation is known as 'Traversing'.

  1. A.

    Transversing

  2. B.

    Travelling

  3. C.

    Traversing

  4. D.

    Visiting

Attempted by 902 students.

Show answer & explanation

Correct answer: C

The process of visiting (or accessing) each element in the linked list exactly once in order to perform some operation is known as 'Traversing'.

Explore the full course: Coding For Placement

Loading lesson…