返回主页
学习人数: 8.7k
stroke-dashoffset="38*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 38%
未通过

设有如下定义语句:

union u_type{

   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

上面问题的答案是:
A A 选项
B B 选项
C C 选项
D D 选项
回答区域
提示
提示内容

登录后提交答案


8 个回答 (点击展开回答)