fork(6) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. char* pituh;
  5. puts(pituh);
  6. pituh = "kokoko";
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 5536KB
stdin
Standard input is empty
stdout
kokoko