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).
4 Comments on “Sample program – Link List in C”
Leave a Reply
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
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.