Concept
Underflow And Overflow 0
Underflow and overflow occur when a computation produces a result that is outside the range representable by the data type being used. Overflow happens when the result exceeds the maximum limit, while underflow occurs when the result is closer to zero than the smallest representable value of the data type.
Relevant Degrees