Page 1 of 1

Write a C program that creates one child process. The parent process should send an integer (to be read from the user vi

Posted: Mon Jul 11, 2022 9:51 am
by answerhappygod
Write a C program that creates one child process. The parent process should send an integer (to be read from the user via pipe to the child. The child should print the first N even numbers. For example it N3, then the output is
246