Question: Please write down the C pseudo-code for the following program. You pseudo-code needs to have: 1. correct names of important APIs; 2. correct structure; 3.
Please write down the C pseudo-code for the following program. You pseudo-code needs to have: 1. correct names of important APIs; 2. correct structure; 3. You do NOT need to write down the list of #include statements.
One process parent creates one child process child. The parent process sends the signal SIGINT to the child process. When the child process receives the SIGNIT signal, the child process prints out I have received the SIGINT signal.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
