📜  声明变量 cpp 时使用 ster - C++ 代码示例

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

代码示例1
int *i //means the value to which i points is an integer.
char **p //means that p is a pointer which is itself a pointer to a char.