Question Detail In C how many parameters can passed to a function 25 10as many as defined in function definition Answer: Option D Similar Questions : 1. Repeated execution of simple computation may cause compounding of round off errorssyntax errorsrun time errorslogic errors Answer: Option A 2. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 3. The complexity of merge sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option D 4. The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C 5. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1