Computer Science, asked by mds777, 7 months ago

Create a menu driven program to implement a singly linked list dynamically and perform the

following operations:

a. Create a list with 4 nodes.

b. Insert an element at the beginning.

c. Insert an element in between any two nodes.

d. Insert an element at the end.

e. Delete the first node.

f. Delete an element in between any two nodes.

g. Delete the last node.

h. Display the linked list.

i. Exit.​

Answers

Answered by AngelAgarwalla
3

Answer:

In which language do you want the answer?

Similar questions