download Mastguru Android App

Question Detail

Deletion from one end and insertion from other end is

  • stack
  • branch
  • tree
  • queue
Similar Questions :

1. Information about an array used in a program will be stored in

  • symbol table
  • activation record
  • dope vector
  • system table

2. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

3. In C how many parameters can passed to a function

  • 2
  • 5
  • 10
  • as many as defined in function definition

4. O log(n) can be conneted with

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

5. minimum number of stacks of size n required to implement a queue of size n

  • One
  • Two
  • Three
  • Four
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment