Code is running infinite and with error
Hi @rssrivastavarohan
Your code is running infinite time in the print function in while loop you have forgot to move the head pointer that is why it is again and again print head->data. Add head=head->next after line 97 then you will get the desired output.
Here is your corrected code :
If your doubt is clear then mark it as resolved.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.