download Mastguru Android App

Question Detail

++i is equivalent to

  • i = i + 2
  • i = i + 1
  • i = i + i
  • i = i - 1
Similar Questions :

1. A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree

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

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

3. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

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

  • linear list
  • tree
  • stack
  • queue

5. The complexity of Bubble sort algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment