147. 設(shè)有如下定義語句: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));”的輸出結(jié)果是( )。A. 100B. 116C. 120D. 200求大神解析
- 1 回答
- 0 關(guān)注
- 946 瀏覽
添加回答
舉報(bào)
0/150
提交
取消