Question Detail

The memory address of the first element of an array is called

  • floor address
  • first address
  • foundation address
  • base address
Similar Questions :

1. A graph with one or more edges is at least

  • 1-chromatic
  • 2-chromatic
  • 3-chromatic
  • 4-chromatic

2. Which of the following name does not relate to stacks

  • FIFO lists
  • LIFO list
  • Piles
  • Push-down lists

3. The complexity of merge sort algorithm is

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

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

  • linear list
  • tree
  • stack
  • queue

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