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