A datatype that can store fractional values.
Answers
Answered by
0
Answer:
Floating point data types are used to store real numbers (numbers that can have a fractional part). There are three C++ floating point data types, float, double, and long double.
Answered by
0
Explanation:
Floating point data types are used to store real numbers (numbers that can have a fractional part). There are three C++ floating point data types, float, double, and long double.
Similar questions