Question Detail minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Similar Questions : 1. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C 2. Which is problem oriented language BASICPL/IFORTRANnone of above Answer: Option D 3. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 4. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A 5. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1