Practicing for Stack using Queues of Data Structure

Questions 1 of 7
  • Q. To implement a stack using queue(with only enqueue and dequeue operations), how many queues will you need?