Remember to put a * before the pointer variable name. To create a null pointer we can either assign 0 or NULL to the pointer.
*
0
NULL
Note that both cases will return 0.
Whoops, we're not dereferencing here!