the linked list is 0 1 2 3 4 5, the only problem in searchRemove function is if argument key is pHead 0, i have to go back to main() to update pHead: pHead = searchRemove(pHead, 0).the linked list is 0 1 2 3 4 5, the only proble
the linked list is 0 1 2 3 4 5, the only problem in searchRemove function is if argument key is pHead 0, i have to go back to main() to update pHead: pHead = searchRemove(pHead, 0).the linked list is 0 1 2 3 4 5, the only proble