Question Detail Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C Similar Questions : 1. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 2. Which of the languages is often translated to the pseudo code PASCALFORTRANPL/IBASIC Answer: Option A 3. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 4. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 5. Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1