download Mastguru Android App

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. Merge sort uses

  • Divide and conquer strategy
  • Backtracking approach
  • Heuristic search
  • Greedy approach

2. Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue

3. What are the minimum number of queues needed to implement the priority queue?

  • One
  • Two
  • Three
  • Four

4. Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH

5. The complexity of merge sort algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment