what is float in c programming???
Answers
Answered by
1
Answer:
Float is a shortened term for "floating point." By definition, it's a fundamental data type built into the compiler that's used to define numeric values with floating decimal points. C, C++, C# and many other programming languages recognize float as a data type. Other common data types include int and double.
Answered by
1
Answer:
Float is a shortened term for "floating point." By definition, it's a fundamental data type built into the compiler that's used to define numeric values with floating decimal points. C, C++, C# and many other programming languages recognize float as a data type. Other common data types include int and double.
Step-by-step explanation:
HOPE IT HELPS YOU. MARK AS BRAINLIEST IF YOU LIKE IT.
Similar questions