Base address means the location of the first element of the array in the memory. Memory address of any element implies the particular location in the memory where the element is stored. Likewise, how do you find the base address of an array? Address Calculation in Double (Two) Dimensional Array: B = Base address. I = Row subscript of element whose address is to be found. J = Column subscript of element whose address is to be found. W = Storage Size of one element stored in the array (in byte) Secondly, what is base address and offset address? In computing, a base address is an address serving as a reference point (" base ") for other addresses . Related addresses can be accessed using an addressing scheme. Under the relative addressing scheme, to obtain an absolute address , the relevant base address is taken and offset (aka displacement) is added to it. Considering this, what is the address of an array? The address of an array is the address of t...