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
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]?
Step by Step Solution
3.53 Rating (173 Votes )
There are 3 Steps involved in it
1000 ... View full answer
Get step-by-step solutions from verified subject matter experts
