Write a function to remove the elements from the queue
Answers
Answered by
1
Answer:
According to its FIFO structure element inserted first will also be removed first. In a queue one end is always to insert data and the other is used to delete data because queue is open from its both the end
Similar questions