******** fig3.59 ********** void make_null( QUEUE Q ) { Q->q_size = 0; Q->q_front = 1; Q->q_rear = 0; }