1.

_______ occurs when a result is too large in magnitude to represent errors as a floating-point value of the required type.(a) underflow(b) significance loss(c) domain(d) overflowThis question was posed to me during an interview.Question is from Error Handling topic in division String Operations in C of C

Answer»

The CORRECT answer is (d) overflow

The BEST I can EXPLAIN: An overflow occurs when a RESULT is too large in magnitude to REPRESENT errors as a floating-point value of the required type.



Discussion

No Comment Found

Related InterviewSolutions