float data type is used to store letters
Answers
Answered by
2
Answer:
float: It is used to store decimal numbers (numbers with floating point value) with single precision. double: It is used to store decimal numbers (numbers with floating point value) with double precision. Different data types also have different ranges upto which they can store numbers.
Similar questions