Computer Science
Deletion of an element from the queue is termed as pop operation.
Python Queue
1 Like
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
2 Likes