PRASHNIKAप्रश्निका
‹ Back to the paper

A matrix is stored in the memory with each element requiring 2 bytes of storage. If the base…

Computer Science20202 marksNumerical
A matrix $B[10][20]$ is stored in the memory with each element requiring 2 bytes of storage. If the base address at $B[2][1]$ is 2140, find the address of $B[5][4]$ when the matrix is stored in Column Major Wise.

Answer

No answer yet.

Arrays, Strings

From ISC 2020 Computer Science Paper 1, question 2(b).