I am learning to code in C++ and came across null ptr. The book i read says that null pointers can not be dereferenced. That makes sense because there is nothing to dereference.