Please wirte down the pseudo-code for the following program. Your pseudo-code needs to include the correct name of important APIs. Your pseudo-code needs to have the correct program structure.
The program creates an anonymous pipe. It then creates a child process CP. So there are two processes.
With the help of the pipe, the parent process sends "Hello World" to the child process. The child process reads the "Hello World" and outputs it.