#include struct a5 { short aaa } a4 ; struct b5 { char bbb } b4 ; main() { printf("a is %d b is %d\n",sizeof(struct a5),sizeof(struct b5)); }