Question:Which of the following operations in the simple linked list will modify the beginning of the linked list?
A Deletion of the first node B Insertion after the last node C Insertion after the first node D None of the above
+ AnswerD
+ Report