Computer Science

Deletion of an element from the queue is termed as pop operation.

Python Queue

3 Likes

Answer

False

Reason — The deletion of an element from the stack is termed as a pop operation, while the deletion of an element from the queue is termed as dequeue.

Answered By

1 Like


Related Questions