That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
This function returns a pointer to the value in the environment or NULL if there is no match.
这个函数会返回一个 指向环境中的值的指针,或者如果不匹配则返回 NULL。
This is because the compiler has to preserve the value of the null pointer through all conversions.
使用引用作为函数的参数可能比使用指针更有效率。
应用推荐