I am trying to write a code which can perform all the linked list operation.
Whenever I try to perform operations like inserting anywhere in the linked list “case 3” and deletion at a specified position “case 6” and then print the linked list I am not getting the desired output and it runs for an infinite loop.
Ps: I am running this code offline on code blocks ide.
