Computer Science, asked by nirmalikalita, 15 days ago

what is meant by a floating constant in C++​

Answers

Answered by NarendraModi7545
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 ssushantkumar63
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