Stack and Queue Data Structure MCQs
Stack and Queue Data Structure MCQs Stack and Queue Data Structure MCQs A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as (a) Queue (b) Stack (c) Tree (d) Linked list Answer (a) Queue A normal … Read more