In linked list implementation of a queue, from where is the item deleted?
A. At the head of link list
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
A. At the head of link list
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
A. A collection of data values
B. A programming language
C. A set of algorithms
D. A way of organizing and storing data
Join The Discussion