This document contains information about floating point constants in C language. It defines floating point constants as numeric constants that represent real numbers with an integer portion, fractional portion, and exponent. Floating point constants can be written in conventional decimal notation or scientific notation and may include a decimal point, exponent, and type suffix to specify the type as float, double, or long double. Examples of floating point constant syntax and a sample program to print a floating point constant are also provided.