Math, asked by hemudevdas5460, 1 year ago

Explain overflow in integer arithmetic with example

Answers

Answered by ashish17817
1
In computer programming, an integer overflow occurs when an arithmeticoperation attempts to create a numeric value that is outside of the range that can be represented with a given number of digits – either larger than the maximum or lower than the minimum representable value.
Answered by ashish11125
1

Answer:

In computer programming, an integer overflow 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 – either larger than the maximum or lower than the minimum representable value.

Similar questions