Consider the following C declaration, compiled on a 64-bit x86 machine: struct { int n; char c;

Question:

Consider the following C declaration, compiled on a 64-bit x86 machine:
struct {
        int n;
        char c;
} A[10][10];
If the address of A[0][0] is 1000 (decimal), what is the address of A[3][7]?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: