Deleting the first node in the non-empty linked list needs
Select one:
a. The head is not to be changed
b. One temp pointer points to the first node
C. Free the deleted node using head pointer
d. To move the temp pointer to point to the next node
Answers
Answered by
2
The head is not to be changed
Maybe this helps you ✨
Similar questions