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
Write a C program that creates one child process. The parent process should send an integer (to be read from the user vi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am