|
| Total Answers and Comments: 5 |
Last Update: June 09, 2008 |
|
| | |
|
Submitted by: The correct answer is 'C' ...... As the value of ptr-x will always be in terms of "how many integer fields the two pointer differ".....
Moreover, answer can never be 'D', as it says 4 + sizeof(int), while the actual address should be 4*sizeof(int)...
Above answer was rated as good by the following members: adeshgupta | Go To Top
|