InterviewSolution
Saved Bookmarks
| 1. |
What occurs when a result has nowhere near the number of significant digits indicated by its type.(a) domain(b) underflow(c) overflow(d) significance lossI got this question in a job interview.Question is taken from Error Handling in chapter String Operations in C of C |
|
Answer» RIGHT answer is (d) significance loss The explanation: A significance loss OCCURS when a result has NOWHERE near the number of significant DIGITS indicated by its type. |
|