Question: I need to write a C program using pipe() and fork(): 1. The parent process deals 52 cards to 4 child processes. 2. Later, for
I need to write a C program using pipe() and fork(): 1. The parent process deals 52 cards to 4 child processes. 2. Later, for each turn, the child processes will tell the parent process what card they play. How can i do this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
