1.

How many elements does a floating point number is composed of?(a) 1(b) 2(c) 3(d) 4I have been asked this question in an online interview.This intriguing question originated from C Standard Library topic in chapter Strings, Streams & Numerics in C++ of C++

Answer»

The correct choice is (d) 4

The best I can EXPLAIN: The floating POINT NUMBER composed of four ELEMENTS. They are sign, Base, Significand and EXPONENT.



Discussion

No Comment Found

Related InterviewSolutions