float symbol in c code example
Example 1: double data type format in c
%lf you can try
Example 2: c declare float
float variable;
Example 3: what is float in c
float: It is used to store decimal numbers (numbers with floating point value) with single precision. double: It is used to store decimal numbers (numbers with floating point value) with double precision.