* 1. Initialize the circular queue, front, and rear variables. * 2. Display the menu for circular queue operations. * 3. For INSERT operation: * a. Check for queue overflow using circular queue logic.