fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int i;
  6. printf(" * ");
  7. for(i=0;i<3;i++)
  8.  
  9. {fork();
  10.  
  11. }
  12.  
  13. printf(" * ");
  14.  
  15.  
  16. return 0;
  17. }
  18.  
  19.  
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *