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); }
微信图片_20200225215021.png (47.18 KB )
下载附件
2020-2-25 21:50 上传
使用特权
#include"stdio.h" typedef struct { unsigned char b1:1; unsigned char b2:1; unsigned char b3:1; unsigned char b4:1; unsigned char c:4; }tow; typedef union TWO { unsigned char a; tow yy; }; void main(void) { union TWO xx; xx.a=0x35; while(1); }
406875e5527cce74df.png (46.34 KB )
2020-2-25 21:57 上传
39
704
1987
助理工程师
83
1450
4377
216
3037
9258
技术达人
发表回复 本版积分规则 回帖后跳转到最后一页
2
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号