In a team of three or four students, 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]?
Since this is a group assignment, please write the names of each member of your team on your assignment submission along with "Exercise 9b".