Bana bir C proğramı yazınız.
Budget: $10 – $30 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.