suppose adress of a = 0x12;
0x12 has 00000000
0x13 has 00000001
so p = 0x12;
p++ = 0x13;
now modifying the value pointed p by will modify the  only 0x13 bcoz it is
char type pointer and its value wiil be 00000010

so finally 0x12 to 0x15 will have 512

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to