第9章 结构体 9.1选择题 1.定义以下结构体类型 struct s { char b; float f; }; 则语句printf("%d",sizeof(struct s))的输出结果为( )。 <