The following while loop is to remove duplicates from an existing list having a head pointer pointing to the first node. Which codewill replacecurrent=head;while(current->next!=NULL) {if (current->data == current->next->data) {}else{current = current->next;}>?
Answers
Answered by
1
Answer:
sjjss DJ's ss be sjs s snddnd d d djdmbr fnsb dx
Similar questions
English,
3 months ago
Computer Science,
3 months ago
Social Sciences,
7 months ago
Science,
11 months ago
Math,
11 months ago