Computer Science, asked by avilashpradhan, 9 months ago

.
Which real data type is used to store digits of precision 15​

Answers

Answered by meerachittipolu
0

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.

Similar questions