| |
GeekInterview.com > Placement Papers > TCS > Aptitude
| Print | |
Question: Address of array
Answer: In a two-dimensional array, X (9, 7), with each element occupying 4 bytes of memory, with the address of the first element X (1, 1) is 3000, find the address of X (8, 5). |
| May 05, 2008 10:50:55 |
#2 |
| SpandanaMohan |
Microsoft Expert Member Since: January 2008 Total Comments: 10 |
RE: Address of array |
| Since the address starts at 3000 and allocating 4 bytes to each location, i guess the address of X(8,5) will be 3212...correct?? |
| |
Back To Question | |