parent process in linux system
- by walas
c program that has a parent and n children that acts as follows:
parent process:
1- reads a value n from the user
2-forks n children
3-waits to receive exit codes from the 1st child and prints it
4-loops forever