老玉米 · 2005-07-21 07:43:30 · 阅读: 456 c高手来做个题 struct veg { int i:1; int :1; int k:6; int :0; }; int size1 = sizeof(struct veg); q: size=?