What's the significance of a null pointer?
Sigiloso
C language does not specify an implicit initialization for objects of automatic storage duration . To ensure that the address to which ptr points is valid its explicitly initialized to the null pointer.