You are on page 1of 1

Unit-1 (Practical Component)

Experiment-1.3
Write a menu driven program that maintains a linear linked list whose elements are stored
in on ascending order and implements the following operations (using separate functions):

a) Insert a new element

b) Delete an existing element

c) Search an element

d) Display all the elements

S/W Requirement: - Turbo C/ C++

H/W Requirement :-

1. g. Celeron
2. •Main Memory - 128 MB RAM
3. •Hard Disk – minimum 20 GB IDE Hard Disk
4. 44 MB Floppy Disk Drive

Resource materials

 Basics of Linked list Animated: https://youtu.be/xiIoa2rfAaQ


 Insertion in linked List: https://youtu.be/dU0KxLgNM9E

You might also like