gpt4 book ai didi

c - C语言中 int* pn = &n 和 int pn = &n 有什么区别

转载 作者:行者123 更新时间:2023-11-30 18:17:05 25 4
gpt4 key购买 nike

关于指针的问题。我在声明中知道int* pn = &n , pn被初始化为指向内存地址 n 的指针。然而,为什么我们不能直接说int pn = &n ?如果我们这样写,那不是和设置变量 pn 是一样的吗?到内存位置n ?我不太明白为什么 *是必要的。

最佳答案

I do not exactly understand why the * is necessary.

可能是为了区分指针和整数,因为它们也有不同的含义和功能。

关于c - C语言中 int* pn = &n 和 int pn = &n 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36403298/

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