Vidyalelo
Data Structure · Q88

Introduction to Data Structures

Programming · Data Structure · question 88

Q88

In linked list implementation of a queue, where does a new element be inserted?

A.
At the head of link list
B.
At the centre position in the link list
C.
At the tail of the link list
Answer
D.
At any position in the linked list

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board