download Mastguru Android App

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. ++i is equivalent to

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

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

  • Trees
  • Graphs
  • Array
  • None of above

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

  • floor address
  • first address
  • foundation address
  • base address

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

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

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

  • Insertion sort
  • Heap sort
  • Quick sort
  • Bubble sort
Read more from - Data Structure Questions Answers - Chapter 1
Post a comment