If mem block is NULL, pointer is ignored and free immediately returns.
如果NULL内存块,操作将被忽略并且函数立即返回.
互联网
Null pointer always compares equal to the constant zero.
空指针不同与任何类型指针,空指针同于“值为0的常量”,空指针不同于“值为0的变量”.
互联网
The null pointer into the target type of a null pointer.
把空指针转换成目标类型的空指针.
互联网
If the argument is a null pointer, all open files are flushed.
如果函数的参数是空, 将导致所有的文件被刷新,并且文件的开启属性不变.
互联网
In other words, null pointer values convey the notion of inexistent objects.
换句话说, 空指针值表达的意思是不存在的对象.
互联网
Null pointer might not compare equal with a variable that has the value 0.
这一句是说空指针不同于“值为0的变量”,因为数值上虽相同,但类型不同,我是这么理解的.
互联网