Null pointers No variable ever has an address of 0 Use this to indicate not pointing to anything Called "null" pointers NULL defined in #include Dereferencing a null pointer causes a crash Can convert pointers to bool NULL is false (since it's 0) Anything else is true