A program uses the pipe system call to allow inter-process c…

A program uses the pipe system call to allow inter-process communication among the two child processes created by the original process of the application. Explain two different misuses of the relevant system calls that prevent proper communication between the two child processes.