### What would you like to share? Implementation of a program which performs stack operations like push, pop, peek using two queues ### Additional information Perform the PUSH ,POP and PEEK operations of a STACK using two Queues following the LIFO process.
What would you like to share?
Implementation of a program which performs stack operations like push, pop, peek using two queues
Additional information
Perform the PUSH ,POP and PEEK operations of a STACK using two Queues following the LIFO process.