Question Detail The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D Similar Questions : 1. O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C 2. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 3. The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C 4. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B 5. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D Read more from - Data Structure Questions Answers - Chapter 1