offsetof :
Retrieves the offset of a member from the beginning of its parent structure, The offsetof macro returns the offset in bytes of memberName from the beginning of the structure specified by structName. You can specify types with the struct keyword.