What are circular queues?
Circular queue: Static queues have a very large drawback that once the queue is FULL, even though we erase few elements from the "front" and relieve some occupied space, we are not able to add anymore elements as the "rear" has already reached the Queue's rear most position.