For a given two-dimensional array in C as follows (Each int-type element occupies 4 bytes of memory)

int A[8][16];
If the address of A[1][4] is 0x0FFA0040, what is the memory address of A[2][6]?

Respuesta :

Otras preguntas

Q&A Education