Question: please solve A&B with explanation Consider the following code segment: pid_t pid; pid = fork(); if (pid ==0), fork(); thread create( . . .) ;
please solve A&B with explanation
Consider the following code segment: pid_t pid; pid = fork(); if (pid ==0), fork(); thread create( . . .) ; fork(); A. How many unique processes are created? B. How many unique threads are created
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
