Question Detail

In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition
Similar Questions :

1. How many divisions are there in COBOL language

  • Two
  • Three
  • Four
  • Five

2. Which sorting method is slowest

  • Quick sort
  • Heap sort
  • Shell sort
  • Bubble sort

3. A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree

4. Which is having highest precedence in C

  • relational operators
  • equality operator
  • logical operator
  • arithmetic operator

5. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach
Read more from - Data Structure Questions Answers - Chapter 1