0465. How are the bits allocated to
the data types double and long double?
That is not easily answered. The
American National Standards Institute (ANSI) requires that (in c++) the data
type double must have at least 10-decimals of precision.
Similarly, the data type long double
must have at least 10-decimals of
precision