In: Computer Science
Design a simple C program using ordinary pipes in which a parent
and child processes
exchange greeting messages. For example, the parent process may
send the message
“Hello child have you complete the task”, and the child process may
return “Yes
Parent I have completed the task”. Use Unix/Linux pipes to write
this program.