I need to make a child process and create two pipes each going one way between the parent and child process. I have to send a message ("Greetings") to the child byte by byte which reads it byte by...