pipe program in c to take two numbers from parent and pass it o child

download pipe program in c to take two numbers from parent and pass it o child

If you can't read please download the document

description

pipe program in c to take two numbers from parent and pass it o child

Transcript of pipe program in c to take two numbers from parent and pass it o child

Lab 3

Write a C programe using the pipe that perfrom following work:Parent: Ask two no from user and pass the number to child process.

Child: add the numbers recvied from the parentand pass the result to parent.

Parent: print the table of output received from child.

Output:-