Multiple choice Which of the following is the first operation performed on a linked list? Traversing a linked list Inserting an item into a linked list Creating a linked list Deleting an item from the linked list 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.