Write a C program which is used to create unnamed pipe. Parent process creates a new child process and both the processes will communicate with each other.
Solution t