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. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order

2. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

3. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

4. O log(n) can be conneted with

  • Selection sort
  • Insertion sort
  • Binary sort
  • Merge sort

5. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors
Read more from - Data Structure Questions Answers - Chapter 1