How we declare and define a null pointer?
Sweet! A null pointer can be of any type. We just have to set it equal to 0 or NULL.
0
NULL
Not quite! A null pointer can be of any type. We just have to set it equal to 0 or NULL.