I need c++ code of this
you have to program a menu driven application which offer following options to the users:-
1. Stack
a. Using Array
b. Using Link List
2. Queue
a. Using Array
b. Using Link List
3. Exit
If user selects option 1 then you have to ask from user for three options
1. Pop an element
2. Push an element
3. Make empty
4. exit
If user selects option 2, then you have to ask from user for following options
1. Enqueue
2. Dequeue
3. Make Empty
4. Exit
If user takes option 4 from the sub menus, the control should go to top menu.
1
Expert's answer
2013-12-27T12:02:46-0500
Dear customer, Unfortunately, your question requires a lot of work and cannot be done for free. Please submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment