empty, so update front to point to the start of the array, insert the new entry there and set rear to the next location

(*pq).front = 0;

(*pq).queuearray[0].info = (*pnewrecord).info;

(*pq).rear = 1;