Method 1 :As items leave a queue, all the other items move up one space so that the front of the queue is always the first element of the structure.Method 2:Pointer to front and rear of the queue, an integer value of the size of the array is needed and a variable giving the current number of items in the queue.