Computer Science, asked by pks502321, 4 months ago

float data type is used to store letters

Answers

Answered by sivathecool
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