#include <stdio.h> main( ){ float a; a=0.1; printf("%17.15f¥n",a); }
Standard input is empty
0.100000001490116¥n
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!