Question: Write a C program to create two processes P1, and P2. P1 reads a string CSCI and pass it onto P2. P2 concatenates Operating System
Write a C program to create two processes P1, and P2. P1 reads a string CSCI and pass it onto P2. P2 concatenates Operating System to the received string and sends back to P1. P1 then prints the concatenated string. Do not use string function for concatenation. [Hint: use loop]. Attach the code as well as the output screen shot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
