gpt4 book ai didi

c - 为什么sizeof()这个struct 8?

转载 作者:行者123 更新时间:2023-12-04 12:11:48 25 4
gpt4 key购买 nike

<分区>

struct t{  
char days[20];
int date;
char x;
struct t *next;
}*head

printf("%ld\n", sizeof(head));

其中 sizeof(*void)=8, sizeof(int)=4, sizeof(char)=1

为什么打印出8?

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