Question: C programming language 17 - Select the correct code statements in given order from the given statements below to fill the blank parts of the

C programming language
17 - Select the correct code statements in given order from the given statements below to fill the blank parts of the code script which deletes the duplicates from sorted linked list. For example, 10-10--20-20-20-- 50- 60- 60- 60 will became 10- 20-50-- 60. struct node int data: struct node* next: ): struct node "head: vold delete duplicates struct node* head) ( struct node* current-head: struct node* temp: while (current) NULL) if (current->next 88 temp- 3 current-next- freel 5 2X current -current->next - current next Il current->data Ill-temponext IV-temp V-current->nextdata a) II-V-III-IV b) V-1-IV-111-1 C) I-V-II-IV-IH d) I-VIII-IV-18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
