Operations on Linked List in C

Newbie Member
14Jan2007,19:38   #1
agranville's Avatar
Sorry for the simple question I am new to this. But what are the operations that can be performed on linked list?
Go4Expert Founder
15Jan2007,10:56   #2
shabbir's Avatar
Quote:
Originally Posted by agranville
Sorry for the simple question I am new to this. But what are the operations that can be performed on linked list?
Search C-C++ section for linked list and you will see lots of elementary programs relating to linked list.
Newbie Member
16Jan2007,03:13   #3
agranville's Avatar
Thanks for the tip. You are a big help and I appreciate it.
Newbie Member
16Jan2007,09:15   #4
ashish_onmobile's Avatar
You can also refer to the book Data Structures in C by Tennenbaum. It has very good example programs and material.