Operating Systems
Write a C program to get two integer values entered at commandline as arguments to main. The main program must create a child sothat it can communicate to it. Main program must calculate the sumof the two numbers and send it to the child using a pipe. Childmust print the value to the monitor. Main must wait for the childto complete this task and then display the message that main isdone as well.
Operating Systems Write a C program to get two integer values entered at command line as arguments to main. The main pro
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am