I am trying to implement linked list through this code... I think the first node gets created and its takes data but pointer to the next node is not working for the second time it says segmentation fault... Please helpI am trying to implement linked list through th