in above post, memory location implies value stored in that location and not the value of actual memory location :-)
On Sun, Jun 10, 2012 at 2:23 PM, Anika Jain <[email protected]> wrote: > printf("%d\n", (int) ((int*)0 +1)); its prints no. of bytes in integer. > > please explain what does this mean? what and how is happening in this? > > -- > Regards > Anika Jain > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
