gpt4 book ai didi

c++ - sizeof(Structure) 困惑

转载 作者:太空宇宙 更新时间:2023-11-04 05:02:48 25 4
gpt4 key购买 nike

在下面的代码中,

#include<stdio.h>
typedef struct {
int bit1:1;
int bit3:4;
int bit4:4;
} node;

int main(){
node n,n1,n2,ff[10];

printf("%d\n",sizeof(node));
return 0;
}

我如何预测结构的大小?

最佳答案

如果不知道编译器和它编译到的目标平台,就无法预测它。

关于c++ - sizeof(Structure) 困惑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3072074/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com