目录符号类型运算符1. 等于运算符=2. 安全等于运算符<=>3. 不等于运算符<>或!=4. 小于运算符<5. 小于等于运算符<=6. 大于运算符>7. 大于等于运算符>=8.综合比较表非符号类型运算符一、空值判
In C (or C++ for that matter), pointers are special if they have the value zero: I am adviced to set pointers to zero after freeing their memory, because it means freeing the pointer again isn\'t dang