Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: escape square brackets around editor comment in quote

From 6.3.1.5 of the C99 standard:

Wiki Markup
If a {{double}} is demoted to a {{float}} or a {{long double}} is demoted to a {{double}} or a {{float}}, ...\[and\] the value being converted is outside the range of values that can be represented, the behavior is undefined.

Non-Compliant Code Example

...