Computer Science, asked by RahulTG7748, 1 year ago

The memory address of the fifth element of an array is calculated

Answers

Answered by pranavmaheshwari143
1
the memory address of the fifth element can be calculated by the formula:

LOC(Array[5]=Base(Array)+w(5-lower bound)
Similar questions