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.