Question:Where does the push member function place the new entry on the linked list in the linked list implementation of a queue?
A At the head
B At the tail
C After all other entries that are greater than the new entry
D After all other entries that are smaller than the new entry
+ AnswerB
+ Report