what is meant by a floating constant in C++
Answers
Answered by
7
"floating-point constant" is a decimal number that represents a signed real number. The representation of a signed real number includes an integer portion, a fractional portion, and an exponent. Use floating-point constants to represent floating-point values that can't be changed.
Answered by
1
Answer:
A "floating-point constant" is a decimal number that represents a signed real number. The representation of a signed real number includes an integer portion, a fractional portion, and an exponent. Use floating-point constants to represent floating-point values that can't be changed.
Similar questions
Science,
22 days ago
Social Sciences,
1 month ago
Math,
1 month ago
Computer Science,
9 months ago
English,
9 months ago