Question Detail The complexity of linear search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option A Similar Questions : 1. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A 2. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 3. Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B 4. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 5. Which of the following name does not relate to stacks FIFO listsLIFO listPilesPush-down lists Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1