What is a null pointer?
Anonymous
Definition: A null pointer is a general pointer (int *i, char *c, etc..,) except that the address stored in i, c doesn't correspond to any memory location. (i=0, c=0)
Check out your Company Bowl for anonymous work chats.