Question:

Which of the following is not true about queue ?

Updated On: Apr 19, 2024
  • It follows the principle of First In First Out (FIFO)
  • It follows the First Came First Solved (FCFS) approach
  • In queue most recent element will be the first one to delete
  • In simple queue elements get added from the rear end
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The correct option is(C): In queue most recent element will be the first one to delete
Was this answer helpful?
0
0