C++ 指针和引用

1、引用是变量的别名,其实是指针常量,因此必须初始化。

2、引用不能为NULL,指针可以为NULL。

原文地址:https://www.cnblogs.com/yangwenhuan/p/10360552.html