Loading, please wait...

DS (Data Structure) MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

6. Pick out the non-linear data sturcture

  • Array
  • Tree
  • Stacks
  • String

7. Process of removing an element from the stack is known as

  • Crush
  • Evaluate
  • Pop
  • None of the Above

8. The postfix form of the following expression A*B+C/D ?

  • ABCD+/*
  • A*BC+/D
  • *AB/CD+
  • AB*CD/+

9. How many comparisons are done by sequential search is

  • (N+1)/2
  • (N+1)/4
  • (N+1)+1
  • (N+1)

10. The queues follow

  • LIFO
  • FIFO
  • LILO
  • None of the Above