Question
Programming and Data Structure Question on Queue
Which of the following is not true about queue ?
A
It follows the principle of First In First Out (FIFO)
B
It follows the First Came First Solved (FCFS) approach
C
In queue most recent element will be the first one to delete
D
In simple queue elements get added from the rear end
Answer
In queue most recent element will be the first one to delete
Explanation
Solution
The correct option is(C): In queue most recent element will be the first one to delete