Given that the computer only has 1 CPU, we observe that: - All the printf statements in the child function of program 2 will print before the printf statements in the parent function of program 2 - The printf statements of the child and parent functions of program 1 are interleaved, with some printf statements of the parent function are printed first. This is because

Solved
Show answers

Ask an AI advisor a question