定义以下结构体类型struct s
{
int a;
char b;
float f;
};
则语句printf("%d",sizeof(struct s))的输出结果为( )。
(A) 3
(B) 7
(C) 6
(D) 4
出自:河南工程学院高级语言程序设计