Bana bir C proğramı yazınız. -- 2

Job ID: 35597721

Budget: $2 – $8 USD

Write a C program that communicates between two processes. Communication should be provided by pipe. Process A should forward the message it receives as an argument from the outside world to process B, and process B should reverse the same message and send it back to process A. All this message communication should be logged on the screen after each transaction.