Operating Systems Lab Manual / OS Pipes C Program

Program Name:Write a C Program for pipes in operating System.
Theory
A pipe is a technique for passing information from one program process to another. 
Program Code


Input:
Pipes
Output:
Written Value to Pipe(b1): Pipes
Read Value from Pipe(b2): Pipes


Home     Back