Uploaded by Prabhat Chanda

VL2018195005641 AST01

advertisement
1. Write a program to implement the following operations on the stack
 PUSH()
 POP()
 Display()
2. Write a program to convert the given decimal number to the binary number using stacks
3. Write a program to implement the following operations on the Queue
 ENQUEUE()
 DEQUEUE()
 Display()
Download