Given a linked list element definition and function header, write (on the whiteboard) a linked list removal function in C. The list may have duplicates and is not sorted.
Sigiloso
Followup questions: What happens to removed elements? Why is a list declared with **?