Vidyalelo
Data Structure · Q52

Introduction to Data Structures

Programming · Data Structure · question 52

Q52

In linked list implementation of a queue, from where is the item deleted?

A.
At the head of link list
Answer
B.
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