Question Detail minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Similar Questions : 1. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 2. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B 3. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 4. A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C 5. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1