+ 1
what is the floating point?
floating point
2 Answers
+ 2
floating point is a data type used to print decimal no. s. It is especially used when we divide two no.s and result is produced in decimals so to store the result along with its decimal value floating point datatype is used..its keyword is 'float'
0
we use it in place of using
int/float.
we have to declare value of int /float.