You are on page 1of 1

PIPE Aim : To write a C Program to implement interprocess communication using Pipe

Algorithm: 1. 2. 3. Start the program Create a pipe using pipe() system call Create a child process.If the child process is created successfully then write the message into the queue otherwise goto step2 4. 5. Read the message from the pipe and display the message Stop the program

Result :

The program for inter process communication using Pipe is implemented and hence verified.

You might also like