Integer overflow

in programming, a condition that occurs when an arithmetic operation attempts to create a numeric value that is outside of the range that can be represented with a given number of digits From Wikipedia, the free encyclopedia

Integer overflow
Remove ads
Remove ads

Integer overflow occurs in computers, when the number which is stored becomes larger than the capacity of the memory it is stored in. The most likely result is that the number will reset to 0 and start over.

Thumb
A mechanical form of integer overflow. All digits are set to the maximum 9, and adding 1 causes it to reset to 0.

For example, start with the number 14, using 4-bits integers. Add 1 a few times, this will result in an overflow, which causes it to reset the number to 0.

More information Binary number, Decimal number ...

Another result is the number will reset to the most negative number, if the number has a sign. This is because negative numbers are represented by values after the maximum positive value.

For example, with signed 4-bit integers. Adding 1 will cause this type of overflow:[1]

More information Binary number, Decimal number ...
Remove ads

References

Loading content...
Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads