

InterviewSolution
Saved Bookmarks
1. |
What is NaN in IEEE standards?(a) Not arithmetic(b) Not a negation(c) Not a number(d) Not a NodeThis question was posed to me in a job interview.My query is from IEEE 32 and 64 bit in section Computer Arithmetic of Computer Fundamentals |
Answer» CORRECT option is (c) Not a number Best EXPLANATION: It stands for not a number in IEEE standards.A NaN is obtained whenever a result id indeterminate like whenever ANYTHING is divided by 0. |
|