197
3263
9969
技术达人
#include"stdio.h" typedef struct { unsigned char b:4; unsigned char c:4; }tow; typedef union TWO { unsigned char a; tow yy; }; void main(void) { union TWO xx; xx.a=0x35; printf("b=%d\n",xx.yy.b); printf("c=%d\n",xx.yy.c); while(1); }
474475e550e8a1674a.png (41.61 KB )
下载附件
2020-2-25 20:09 上传
使用特权
123
1475
4525
中级工程师
#include"stdio.h" typedef struct { unsigned char b; unsigned char c; }tow; typedef union TWO { unsigned int a; tow yy; }; void main(void) { union TWO xx; xx.a=0x3521; while(1); }
237155e552588b1324.png (43.03 KB )
2020-2-25 21:47 上传
发表回复 本版积分规则 回帖后跳转到最后一页
7
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号