Question: Where does the push member function place the new entry on the linked list in the linked list implementation of a queue?
AAt the head
BAt the tail
CAfter all other entries that are greater than the new entry
DAfter all other entries that are smaller than the new entry
Note: Not available