Multiple choice

Which of the following is the first operation performed on a linked list?

  1. Traversing a linked list

  2. Inserting an item into a linked list

  3. Creating a linked list

  4. Deleting an item from the linked list

  5. Searching an item in a linked list

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

This is the first operation performed on a linked list.