Question Detail Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C Similar Questions : 1. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 2. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 3. In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D 4. Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C 5. The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1