Sunday 3 February 2013

C/C++ Program Implementing Linked List

Linked List is a very useful Data Structure. In this Program the following operations are implemented.
  • Add Records.
  • Delete Records.   
  • Display Records.
  • Count the No. of Records in the List.
  • Searching a Record in the List.
Figure Below Shows a Sample Output

1 comment: