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