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. Which statement we should ignore in structure programming

  • WHILE-DO
  • GO-TO
  • IT-ELSE
  • SWITCH

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

  • linear list
  • tree
  • stack
  • queue

3. Sort which compares adjacent elements in a list and switches where necessary is

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort

4. The complexity of Bubble 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