340 views

1 Answer

0 votes
0 votes
Pointers in C by yaswanth kanithkar...very good book to understand how array is stored in memory and how arrays and pointers go hand in hand.

Related questions

1 votes
1 votes
2 answers
2
Shamim Ahmed asked Dec 11, 2018
1,192 views
Given a 2D array A[40….95, 40...95] in lower triangular representation, size of each element is 1 ByteArray implemented in row major order, base address is 1000Address ...