Loading

摘要: 转自:https://www.cnblogs.com/jungzhang/p/5547346.html 结构体到底占多大的空间呢?先看一下下面这道题的输出结果: 1 #include<stdio.h> 2 3 typedef struct test 4 { 5 char a; 6 int b; 7 阅读全文
posted @ 2020-08-18 10:30 刘跑跑 阅读(575) 评论(0) 推荐(0) 编辑