gpt4 book ai didi

c - 我怎么知道c中指针变量的分配内存大小

转载 作者:太空狗 更新时间:2023-10-29 15:46:12 28 4
gpt4 key购买 nike

<分区>

在这种情况下我遇到了一些问题,你能提出你的想法吗?

main()
{
char *p=NULL;
p=(char *)malloc(2000 * sizeof(char));
printf("size of p = %d\n",sizeof (p));
}

在这个程序中,它打印了 4 个 (char *) 值,但我需要分配多少字节那个。

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