Question: // Use fork and pipe // One process read from stdin //other writes to stdout // input: Hello world // exe: ./lab3 l z o

// Use fork and pipe // One process read from stdin //other writes to stdout // input: "Hello world" // exe: ./lab3 l z o t // output: "Hezzt Wtrzd" #include #include #include

int main (int argc, char *argv[]) { int fd[2]; char c; int i;

return 0; }

This problem requires C in Unix to do it.

Thank you for helping me.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!