what are floating constants? Name them
Answers
Answered by
2
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
Answered by
0
Answer:
1.8 Constants. Floating-point constants (such as 1.2 , 0.00 , and 77E+2 ) Character constants (such as 'A' , '0' , and L'\n' ) Enumeration constants (such as enum boolean { NO, YES }; ), where NO and YES are the enumeration constants.
Similar questions