I was trying to implement the insert function of singly linked list. My implement function should insert the newnode at the head position rather than tail. when i try to com