Question: create a Makefile for the following codes forkchildren1.c #include #include #include #include int main() { for(int i=0;i <5;i++) { if(fork() == 0) { for(int j=1;j
create a Makefile for the following codes
forkchildren1.c
#include
forkchildren2.c
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
