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