i have tried storing string and printing the same string (ex-names) using single linked list,but gettng error,sir can you pls help how to store strings in linked list
How to store string in single linked list(suppose i want to read 5 names and print the same using linked list)
Hello @TABREZ, can you pls show the code, or just define the node part which consists of next part and a string related to that and for creating the linked list first of all define head and tail and then just start moving the tail part only.
I hope it is clear to you. In case it is clear to you pls mark it as resolve and provide the rating as well as feedback so that we can improve ourselves.
In case there is still some confusion pls let me know, I will surely try to help you out.
Thanks 
Happy Coding !!