download Mastguru Android App

Question Detail

Which data structure is needed to convert infix notations to postfix notations

  • linear list
  • tree
  • stack
  • queue
Similar Questions :

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

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists

2. Which data structure is needed to convert infix notations to postfix notations

  • linear list
  • tree
  • stack
  • queue

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

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

4. The memory address of the first element of an array is called

  • floor address
  • first address
  • foundation address
  • base address

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

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment