Question: Write the output from the following program and explain the result. #include #include int main() { fork(); printf(Hello World ); fork(); }
Write the output from the following program and explain the result. #include #include int main() { fork(); printf("Hello World "); fork(); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
