Sample program – Link List in C
Aug 21st, 2007 by Virendra
A sample code for link list in C. Please let me know about bugs and omissions (there must be many).
Aug 21st, 2007 by Virendra
A sample code for link list in C. Please let me know about bugs and omissions (there must be many).
what is meaning of -> in link list
-> is used to show pointer variable in a structure. I hope you are comfortable with basics of both pointers and structures.
your programms seems like a mess .is every thing that you have typed is neccesary .programm is hard to comprehand because of lack of proper way of indentation .
@kkpandey, if you’re not able to see indentations in the attached code, there might be something wrong with your editing/viewing software (or its configuration).
The code looks just fine to me.