Question Detail

Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH
Similar Questions :

1. ++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1

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

  • One
  • Two
  • Three
  • Four

3. Which is having highest precedence in C

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

4. Which is problem oriented language

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

5. Preorder is

  • depth first order
  • breadth first order
  • topological order
  • linear order
Read more from - Data Structure Questions Answers - Chapter 1