fork() if new process exec new code exit else wait for new process to exit exit
srand(time(nullptr))
for(i=0;i<5;i++) { pid = fork(); }