2.write a program to implement queue using array. QUEUE OPERATIONS USING ARRAY 1.insert an element 2.Delete an element 3
Posted: Mon Jun 06, 2022 12:39 pm
2.write a program to implement queue using array. QUEUE OPERATIONS USING ARRAY 1.insert an element 2.Delete an element 3.Display the queue 4.Demonstrate Overflow and Underflow situations on Circular QUEUE 5. Display the status of QUEUE 6. Exit