Array Address

Array address calculation 2014

An array AR[-4...6, -2 ... 12] stores elements in Row Major wise, with the address AR[2][3] as 4142. If each ...

Array address calculation 2013

A square matrix M[][] of size 10 is stored in the memory with each element requiring 4 bytes of storage ...

Array address calculation 2012

A matrix B[10][7] is stored in the memory with each requiring 2 bytes of storage. If the base address at ...

Array address calculation 2011

A square matrix A[mxm] is stored in the memory with each element requiring 2 bytes of storage. If the base ...

Array address calculation 2019

A matrix ARR[ – 4…6, 3….8] is stored in the memory with each element requiring 4 bytes of storage. If ...

Array address calculation 2018

A matrix A[m][m] is stored in the memory with each element requiring 4 bytes of storage. If the base address ...

Array address calculation 2017

A matrix P[15][10] is stored with each element requiring 8 bytes of storage. If the base address at P[0][0] is ...

Array address calculation 2016

A matrix A[m][n] is stored with each element requiring 4 bytes of storage. If the base address at A[1][1] is ...

Array address calculation 2015

The array D[-2…10][3…8] contains double type elements. If the base address is 4110, find the address of D[4][5], when the ...