#include <stdio.h> int main(){ double x = 0.0000001; printf("x: %f\n", x);}
Standard input is empty
x: 0.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!