integer wraparound

Integer wraparound refers to the concept in computer programming where an integer value exceeds its maximum limit or goes below its minimum limit, resulting in it "wrapping around" to the other end of the integer range.

Requires login.