Hello Gurus,
I understood that pragma pack will avoid unneccessary packing.
#pragma pack(2)
provides the allignment on 2 byte buondary.
#pragma pack(2)
provides the allignment on 2 byte buondary.
but the question what i asked was :
will the first member always gets the location that is divisible by four.
i am sorry if i could not understand the info provided correctly.