Float data type is used to store decimal numbers.
true/false ?
Answers
Answered by
2
Answer:
True
Explanation:
The FLOAT data type stores double-precision floating-point numbers with up to 17 significant digits. FLOAT corresponds to IEEE 4-byte floating-point, and to the double data type in C.
Answered by
1
Answer:
float data type can store the data like 1.002 2.114 etc. basically, it can store data with number after points
Similar questions