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