adspace


What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

Answer Posted / Gaurav

An overflow-underflow arithmetic exception occurs when a mathematical operation results in a value that is too large or too small to be represented within the data type used for the operation. This can happen if you try to add or subtract very large numbers, perform operations on floating-point numbers with insufficient precision, or perform operations with values outside the valid range of a data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143