Computer Science, asked by mahammadalthaf1089, 10 months ago

In a queue data structure, the following items are inserted in the following order: Bob, Alice, Charlie, Eve, Zebra. Then an item is removed from the queue. That item will be _____.

Answers

Answered by swagat18
0

Answer:

Bob

Explanation:

Queue is a linear data structure where the first element is inserted from one end called REAR and deleted from the other end called as FRONT

Similar questions