Computer Science, asked by apurvadas6957, 1 year ago

The memory address of the first element of an array is called
A. floor address
B. first address
C. foundation address
D. base address

Answers

Answered by shanthi79yallamilli
0

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

Answered by dreamrob
0

The memory address of the first element of an array is called the base address. Option (d) is the correct option.

  • When an array is declared, the compiler allocates it a certain memory for storage of the rest of its elements.
  • A constant pointer pointing toward the unique location of the first element of the array which serves as a reference point for other memory locations known as absolute addresses
  • An offset value is added to the base address to get the addresses of all elements of the array.

Similar questions