Thread
:
Offset of a data member
View Single Post
asadullah.ansari
TechCake
8May2008,19:33
You can see this also...
struct Data *ptr = 0;
printf("%d\n",&(ptr->b));