Versions Compared

Key

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

Using an unsigned variable in a computer program can lead to unexpected errors which we call overflow errors.

This is where if we subtract one from the variable when it is 0 it becomes an unexpectedly large number like 4294967295.

...