Question Detail The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D Similar Questions : 1. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 2. How many divisions are there in COBOL language TwoThreeFourFive Answer: Option C 3. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 4. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B 5. Which of the following data structure is linear data structure TreesGraphsArrayNone of above Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1