fork download
  1. #include "stdio.h"
  2.  
  3. int main(){
  4. long double n = 123.4L;
  5. printf("%u\n",sizeof(n));
  6. printf("%Lf\n",n);
  7. return 0;
  8. }
Success #stdin #stdout 0.02s 2680KB
stdin
Standard input is empty
stdout
12
123.400000