InterviewSolution
Saved Bookmarks
| 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 |
|