download Mastguru Android App

Question Detail

Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue
Similar Questions :

1. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

2. Which sorting method is slowest

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

3. Preorder is

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

4. Which is problem oriented language

  • BASIC
  • PL/I
  • FORTRAN
  • none of above

5. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment