Mega Code Archive

 
Categories / C Tutorial / Printf Scanf
 

%f

#include <stdio.h> main() {     float f = 10.9999;     printf(" %f\n",f); } 10.999900