I need the answer and the c program code please.
How many processes, excluding the original process will be created when the following pseusocode is invoked in main?if(fork()||fork())fork();
How many processes, excluding the original process will be created when the following pseusocode is invoked in main?if(fork()!=0)fork();fork();
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here