Computer Science, asked by hajrahanif300, 3 months ago

what is floating point constant in c

Answers

Answered by harshitasingh10feb20
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 cannot be changed.

Similar questions