What is the default value of a function pointer in C++? (Apparently it can\'t be NULL, so what is it?)
NULL
How is this program supposed to behave and why?>
Function pointer can be NULL, this way you can indicate that they don't point to anything!