In a queue data structure implemented as a linked list, when does the reference to the front of the queue need to be updated?
a) inserting into an empty queue
b) removing from a queue that is not empty
c) inserting into a queue that is not empty

Q&A Education