Question: #include Consider the C code below to answer the following questions. #include int main() { int i; } for (i=1; i 0) II Do

#include Consider the C code below to answer the following questions. #include 

#include Consider the C code below to answer the following questions. #include int main() { int i; } for (i=1; i 0) II Do something here else if (ID=0) Il Do something here return(0); return(0); (i) (3 marks). How many new processes will be created? Explain your answer. (ii) (3 marks). Which one, the parent or child process, creates the new processes in (i)? Explain your answer. Answer: (i)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!