
In the following situations, the result of indirection is undefined:

 1. The cast-expression is a null pointer.
 2. The cast-expression is the address of an
    automatic variable and execution of its
    block has terminated.

 See Also:
 operators    punctuators
