Q36
Which of the following is true about a queue implemented using a singly linked list?
A.
Elements are enqueued at the end and dequeued from the front
AnswerB.
Elements are enqueued at the front and dequeued from the end
C.
Elements are enqueued and dequeued from the front
D.
Elements are enqueued and dequeued from the end
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board