struct st1 { char p1; char p3; short p2; int p4; }; struct st2 { char p1; short p2; char p3; int p4; }; What's the value of sizeof(st1) and sizeof(st2)?
sizeof(st1)==8 sizeof(st2)==12
版权所有 © 非是非, 2007~2015