Math, asked by amitmassey9967, 10 months ago

Write a function to remove the elements from the queue

Answers

Answered by ishikasingh3568
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