A zero pointer is not a null pointer
A zero pointer is not a null pointer
Posted Jul 25, 2009 9:37 UTC (Sat) by spitzak (guest, #4593)In reply to: A zero pointer is not a null pointer by epa
Parent article: Fun with NULL pointers, part 1
That won't work, plenty of code assumes that comparing two NULL pointers for equality will return
true.
true.