download Mastguru Android App

Question Detail

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

  • symbol table
  • activation record
  • dope vector
  • system table
Similar Questions :

1. The complexity of merge sort algorithm is

  • O(n)
  • O(log n)
  • O(n2)
  • O(n log n)

2. Recursive problems are implemented by

  • queues
  • stacks
  • linked lists
  • strings

3. Which of the following data structure is linear data structure

  • Trees
  • Graphs
  • Array
  • None of above

4. ++i is equivalent to

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

5. Repeated execution of simple computation may cause compounding of

  • round off errors
  • syntax errors
  • run time errors
  • logic errors
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment