In linked list implementation of a queue, where does a new element be inserted?

Q & ACategory: Data StructureIn linked list implementation of a queue, where does a new element be inserted?
Admin Staff asked 4 years ago

In linked list implementation of a queue, where does a new element be inserted?
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

1 Answers
Admin Staff answered 4 years ago

c) At the tail of the link list