注意:此页面搜索的是所有试题
定义以下结构体类型struct s
{
int a;
char b;
float f;
};
则语句printf("%d",sizeof(struct s))的输出结果为( )。
(A) 3
(B) 7
(C) 6
(D) 4

参考答案