Question Detail Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B Similar Questions : 1. Information about an array used in a program will be stored in symbol tableactivation recorddope vectorsystem table Answer: Option C 2. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 3. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 4. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 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