8+4+2=14然後以4字節對齊為16;
如果結構體為struct AAA
{
char a;
char b[4];
short int g;
int c;
};
則為12;
同理對於struct BBB為
1+4然後以4字節對齊為8+16+2=26,在以4字節對齊為28