how to make processes and they do different assign tasks.i have written the code #include using namespace std; int main() int status=0; { for(int i=0;i<5;i++) { if(fork()==0) { cout<<"do some thing"<