Which operation of queue data structure is used to get front-03475
Which operation of queue data structure is used to get front element from the queue and then remove it from the queue?
This multiple choice question (MCQ) is related to the book/course
vu cs301 Data Structures.
It can also be found in
vu cs301 Final Term - Quiz No.17.
Which operation of queue data structure is used to get front element from the queue and then remove it from the queue?
enqueue()
dequeue()
front()
remove()