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. A linear list from which elements can be added or removed from either end is called

  • stack
  • queue
  • deque
  • tree

2. The complexity of linear search algorithm is

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

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

  • symbol table
  • activation record
  • dope vector
  • system table

4. The complexity of merge sort algorithm is

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

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

  • 2
  • 5
  • 10
  • as many as defined in function definition
Read more from - Data Structure Questions Answers - Chapter 1