请高手解释一下这道题!
1、设有如下定义语句:unionutype{inti;doublex;floatf;};structstr_type{charstr[100];unionu_typeu[...
1、 设有如下定义语句:
union utype{
int i;
double x;
float f;
};
struct str_type{
char str[100];
union u_type u[2];
};
则语句”printf(“%d”, sizeof(struct str-type) );”的输出结果是( )
A)100 B)116 C)120 D)200 展开
union utype{
int i;
double x;
float f;
};
struct str_type{
char str[100];
union u_type u[2];
};
则语句”printf(“%d”, sizeof(struct str-type) );”的输出结果是( )
A)100 B)116 C)120 D)200 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询