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. How many divisions are there in COBOL language TwoThreeFourFive Answer: Option C 2. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D 3. A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C 4. Which is having highest precedence in C relational operatorsequality operatorlogical operatorarithmetic operator Answer: Option D 5. Merge sort uses Divide and conquer strategyBacktracking approachHeuristic searchGreedy approach Answer: Option A Read more from - Data Structure Questions Answers - Chapter 1