Computer Science, asked by Vishalagni3026, 7 months ago

In a linkedlist implementation of a queue, which of the following pointers will change state during the insertion in a non-empty queue?

Answers

Answered by kuldeepsaini25556
0

Answer:

hey mate

Explanation:

In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into EMPTY queue? Explanation: Since its the starting of queue, so both values are changed.

Similar questions