fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. double a ;
  5. printf("%lf",&a) ;
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5324KB
stdin
4
stdout
0.000000