📌  相关文章
📜  为什么我们在声明指针时使用 * - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:45.152000             🧑  作者: Mango

代码示例1
A pointer variable is a special variable in the sense that it is used to store an address of another variable. To differentiate it from other variables that do not store an address, we use * as a symbol in the declaration.