fork(1) download
  1. #include <stdio.h>
  2.  
  3. int a ;
  4. int main(void) {
  5. printf("%d",a) ;
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5284KB
stdin
4
stdout
Standard output is empty