Q&A
Ask and answer questions to make information more available to wider audiences.
Finn Alpert @alpertfinn   07, Apr 2023 12:00 AM
overflow error
What is an Overflow Error?
answers 1
 
Answer 1
Adan Baumfree @baumfreeadan   08, Apr 2023 09:27 AM
Overflow Error occurs when the number is too large for the data type to handle. In simple terms, it is a type of error that is valid for the defined but exceeds used the defined range where it should coincide/lie. 
For example, the range of int data type is –2,147,483,648 to 2,147,483,647 and if we declare a variable of size 2,247,483,648 it will generate a overflow error.