Problem 2 (5 pts) When the following code is executed: int main() { int i; for (i=3; i<=5; i++) fork(): return 1; } Q1)
Posted: Sat May 14, 2022 8:13 pm
Problem 2 (5 pts) When the following code is executed: int main() { int i; for (i=3; i<=5; i++) fork(): return 1; } Q1) How many processes are created? Q2) Draw the process tree for the processes this created.