A null pointer represents a well-defined "nowhere", and is guaranteed to compare unequal to any other object or function pointer value. It's often used as a sentinel value to indic...
Usually in C. If are nor initialized any thing automatically some garbage information will be palced in variable. In pointers also same if we are not initialized with any variable address it will point to some memory. Avoid accessing of some other memory initialized with Null.