Vidyalelo
Data Structure · Q36

Queues in Data Structures

Programming · Data Structure · question 36

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
Answer
B.
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