Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The C Standard defines octal constants as a 0 followed by octal digits (0 1 2 3 4 5 6 7). Programming errors can occur when decimal values are mistakenly specified as octal constants.

...