One difference between a queue and a stack is-03463
One difference between a queue and a stack is
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.16.
One difference between a queue and a stack is
Queues require dynamic memory, but stacks do not.
Stacks require dynamic memory, but queues do not.
Queues use two ends of the structure, stacks use only one.
Stacks use two ends of the structure, queues use only one.