Question: 2. C programming, create a menu driven program that performs the following tasks (each task is a menu item): a. Create a doubly linked list

2. C programming, create a menu driven program that performs the following tasks (each task is a menu item): a. Create a doubly linked list of length 5 using dynamic allocation. Your linked-list should support method insert. b. Write a function on to print the content of the linked list following its order. c. Write a function on to reverse the doubly linked list. d. Write a function to Delete the first node in your doubly Linked list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
