Q52
In linked list implementation of a queue, from where is the item deleted?
A.
At the head of link list
AnswerB.
At the centre position in the link list
C.
At the tail of the link list
D.
Node before the tail
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board