In linked list implementation of a queue, where does a new element be inserted?
Posted: Wed Jul 13, 2022 7:41 pm
a) At the head of link list
b) At the centre position in the link list
c) At the tail of the link list
d) At any position in the linked list
b) At the centre position in the link list
c) At the tail of the link list
d) At any position in the linked list