Define circular queue. How queue differ from stack. Write a program to implement linear queue.
1. Circular Queue Definition A Circular Queue is a linear data structure where the last position is connected back to the first position to form a circle. - It overcomes the limitation of a linear