fork download
  1. #include<stdio.h>
  2.  
  3. double fn()
  4. {
  5. return 1.1 ;
  6. }
  7.  
  8. int main()
  9. {
  10. printf( "%d", sizeof( fn ) );
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
1