My code is correct but it is not printing can you tell me why it is not printing
Here is my code: https://ide.codingblocks.com/s/219243
Not able to print linked list
@navin_japes hey apke build linked list wale code me dikkt hai ,ap ye logic use kro while building ,maintain 2 pointers head and tail ,and take input from user one by one and create node of that data ,after that if head is null than point head to current null and tail to current node,else if head is not null than put tail->next=current and tail =current ,in this way you can easily create a ll ,and print function apka sahi hai,please try it 
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.
Already did it bro you can check it out
@navin_japes hi bro mene check kia hai ,ap is code ko refer kro to build linked list ,tabhi print nhi horha woh: