Question: C Language can you make sure this is right? i get error with q->front = q-> next; thanks Remove the name at the front of
C Language
can you make sure this is right?
i get error with q->front = q-> next;
thanks
Remove the name at the front of the queue. Calls with an empty queue will be ignored. void queue_dequeue (queue_t *q) { struct node *temp= a->front; q->front q->front->next; if (q->front NULL) q-rear= NULL; free(templ)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
