fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. double x = 0.0000001;
  6. printf("x: %f\n", x);
  7. }
  8.  
Success #stdin #stdout 0s 4276KB
stdin
Standard input is empty
stdout
x: 0.000000