Data Structures Question:

Which process places data at the back of the queue?

Tweet Share WhatsApp

Answer:

Enqueue is the process that places data at the back of the queue in data structure.

Read All 48 Data Structures Questions
Previous QuestionNext Question
What is the relationship between a queue and its underlying array?Why is the isEmpty() member method called?