Question: An array A is declared: #define N 1 #define M 2 int A[N][M]; Assuming the starting address of A is 3000. What is &A[0][0]?
An array A is declared:
#define N 1 #define M 2 int A[N][M];
Assuming the starting address of A is 3000. What is &A[0][0]?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
