Question: An array A is declared: #define N 5 #define M5 int A[N][M]; Assuming the starting address of A is 200. What is &A[3][3]? You can

An array A is declared: #define N 5 #define M5 int A[N][M]; Assuming the starting address of A is 200. What is &A[3][3]? You can use an expression if that is useful
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
