Question Detail O log(n) can be conneted with Selection sortInsertion sortBinary sortMerge sort Answer: Option C Similar Questions : 1. Which is having highest precedence in C relational operatorsequality operatorlogical operatorarithmetic operator Answer: Option D 2. In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D 3. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 4. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 5. Which of the languages is often translated to the pseudo code PASCALFORTRANPL/IBASIC Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1