fork(3) download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. long double number;
  5. number = 1.1234567;
  6. printf("%llf\n",number);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
1.123457