void insert(int item){ Q.rear++; Q.queue[Q.rear] = item; }