hi,can any one explain about structure paddig and what will be the size of this program with structure padding
stucture foo
{
char c;
int a;
float b;
};
whether it will vary with 16/32 bit compilers
hi,can any one explain about structure paddig and what will be the size of this program with structure padding
stucture foo
{
char c;
int a;
float b;
};
whether it will vary with 16/32 bit compilers