fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. long double d = 1.23456789;
  6. printf("%Lf",d);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
1.234568