Exercise II 60pts Write a C program that creates one child process. The parent process should send an integer N (to be r
Posted: Mon Jul 11, 2022 9:50 am
Exercise II 60pts Write a C program that creates one child process. The parent process should send an integer N (to be read from the user) via pipe to the child. The child should print the first N even numbers. For example if N = 3, then the output is: CSC1465 2 4 6 Page 2 of 3 Assignment 1 Summer 2021-2022