rear must now wrap around to the start of the array; if front = 0, then the array is full, so it cannot do so

{

if((*pq).front == 0)

printf("\n overflow \n");