Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Embellished intro.

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

...