Saved Bookmarks
| 1. |
A three dimensional array in c is declared as int a[x][y][z]. Consider that array elements are stored in row major order and indexing begins from 0. Here, the address of an item at the location a[p][q][r] can be computed as follows (where w is the word length of an integer): |
|
Answer» Not UNDERSTANDING PLZ |
|