Computer Science, asked by drohan06, 14 days ago

If the starting address of a floating point array Arr[10][10] is 2000,
what would be the memory address of the element Arr[5][6]? (Considering float takes 4 bytes of memory)

Answers

Answered by muskanjangde861
3

Answer:

so the answer is [5][6]=2224 Therefore the address of the memory location Arr[5][6] is 2224."

Similar questions