Computer Science, asked by nandacharde2017, 1 month ago

A datatype that can store fractional values.

Answers

Answered by himanisharma2292004
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 Vadanya01
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