Question Detail Deletion from one end and insertion from other end is stackbranchtreequeue Answer: Option D Similar Questions : 1. Which is problem oriented language BASICPL/IFORTRANnone of above Answer: Option D 2. Deletion from one end and insertion from other end is stackbranchtreequeue Answer: Option D 3. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 4. What are the minimum number of queues needed to implement the priority queue? OneTwoThreeFour Answer: Option BExplanation:One queue is used for the actual storing of data, and the other one is used for storing the priorities. 5. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1