fork(1) download
  1. #include <stdio.h>
  2. #include <ctype.h>
  3. #include <limits.h>
  4. #include <string.h>
  5. #include <stdlib.h>
  6. #include <unistd.h>
  7.  
  8. int main()
  9. {
  10. //int i=0;
  11. fork();
  12. fork();
  13. fork();
  14. fork();
  15.  
  16. printf("vipin\t");
  17. return 0;
  18. }
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
vipin	vipin	vipin	vipin	vipin	vipin	vipin	vipin	vipin	vipin