Answer to Question #284093 in UNIX/Linux Programming for nat

Question #284093

Including the initial parent process, how many processes are created

by the program given below?

int main()

{

/* fork a child process */

fork();

/* fork another child process */

fork();

/* and fork another */

fork();

}


1
Expert's answer
2022-01-02T02:21:15-0500

1 * 2 * 2 * 2 = 8 processes


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS