Google News
logo
Data Structures - Quiz(MCQ)
In the linked list implementation of queue, where will the new element be inserted?
A)
At the head position of the linked list
B)
At the middle position of the linked list
C)
Both (A) and (B)
D)
At the tail position of the linked list

Correct Answer :   At the tail position of the linked list

Advertisement