
C language
Hope you have read the previous post on Dangling pointer ( if not click here.). Here I am going to introduce one more pointers: Null Pointer.
Null Pointer:
The simple meaning of null pointer is, the pointer which is pointing to null value i.e we can say pointer which is pointing to...