I am trying to write a code which can perform all the linked list operation. But I am facing a problem when I am trying to insert data at the end of the linked list.
Can you please look into my code and tell me where am I going wrong?
Ps: I am running this code offline on code blocks ide.
