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
Computer Science,
7 days ago
Math,
7 days ago
History,
7 days ago
Social Sciences,
15 days ago
Math,
15 days ago
Computer Science,
8 months ago
English,
8 months ago