Computer Science, asked by chinnu2310, 7 months ago

Which floating type should be used to store digits of precision 15?

Answers

Answered by shreyashjadhav1486
1

Answer:

In almost all cases, you should use the double type whenever you need numbers with fractional values. The precision of a floating-point value indicates how many significant digits the value can have following its decimal point.

Answered by ahadali061981
0

Answer:

in almost all cases,you should use the double type whenever you need numbers with fractional values

Similar questions