Question: #include #include using namespace std; int main(){ fork(); fork(); fork(); fork(); cout <
#include
#include
using namespace std;
int main(){
fork();
fork();
fork();
fork();
cout<<"Hello World";
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
