Computer Science, asked by sindhubrody, 3 months ago

write the precision value of float datatype​

Answers

Answered by Anonymous
1

Answer:

Range of Binary Precision Storage Allocated

0 to 23 4-byte float

24 to 53 8-byte float

Explanation:

plz mark me as brainiest.

Answered by anusmitaghanty
0

Answer:

Explanation:

A variable of type float only has 7 digits of precision whereas a variable of type double has 15 digits of precision. If you need better accuracy, use double instead of float.

Similar questions