0
Can anyone explain me what is float
2 Respostas
+ 2
It is a data type that is associated with fractional value or decimal point in lament term. It is also commonly known as floating point.
+ 2
float is a data type which accepts fractional values like below
float x = 1.233222
for more info
https://www.geeksforgeeks.org/data-types-in-c/