download Mastguru Android App

Question Detail

Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings
Similar Questions :

1. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors

2. Which is having highest precedence in C

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

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

  • One
  • Two
  • Three
  • Four

4. Which is ALGOL based simulation language

  • FORTRAN
  • SIMSCRIPT
  • GASP IV
  • none of above

5. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment