Consider a 3 dimensinal array initialized as
int C[3][2][2];
With elements as
1,2.....12 and memory locations starting from 800 (say) .
Please give the output of ,and explain me the meaning of -
*(C[1]+1)
Consider a 3 dimensinal array initialized as
int C[3][2][2];
With elements as
1,2.....12 and memory locations starting from 800 (say) .
Please give the output of ,and explain me the meaning of -
*(C[1]+1)