CBSE Class 12 Computer Science Question 58 of 63

Data Structures in Python — Question 6

Back to all questions
6
Question

Question 6

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

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.