Attempting to dereference a null pointer results in undefined behavior, typically . On many platforms dereferencing a null pointer results in abnormal program termination, but this is not required by the standard.
Noncompliant Code Example
...
Attempting to dereference a null pointer results in undefined behavior, typically . On many platforms dereferencing a null pointer results in abnormal program termination, but this is not required by the standard.
...