codeGK
Code it ALL
C++ Float - CodeGK
♦ C++ Float

♣ About C++ float

Float Data Type is used to store floating point number with.
Size of float data type is 4 bytes.
Aproximately 7 digit decimal precision can be obtained in float data type.

♣ Example1: Float in C++

In this example, Various Floating point numbers are illustrated.
Example
Input:
Output:
Prev_LessonNext_Lesson
C++ Float