fork(2) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int* p;
  5. printf("%d",*p);
  6. // your code goes here
  7. return 0;
  8. }
  9.  
Runtime error #stdin #stdout 0s 9288KB
stdin
Standard input is empty
stdout
Standard output is empty