在32位系统环境,编译选项为4字节对齐,那么sizeof(A)和sizeof(B)是:
发布于 2022-03-03 22:34:45
在32位系统环境,编译选项为4字节对齐,那么sizeof(A)和sizeof(B)是:
struct A { int a short b int c char d } struct B { int a short b char c int d }
登录后免费查看答案
关注者
0
被浏览
44