what is the floating point? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the floating point?

floating point

13th Aug 2016, 11:44 AM
rey dadhich
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'
13th Aug 2016, 7:58 PM
Roshan Dv
Roshan Dv - avatar
0
we use it in place of using int/float. we have to declare value of int /float.
27th Sep 2016, 10:23 AM
rahul negi
rahul negi - avatar