Printf Scanf C Tutorial

#include 
main()
{
    float f = 10.9999;
    printf(" %f\n",f);
}
10.999900