Please give the answer within 20 min....please help.... Write a multi process program: This program should work as follo
Posted: Fri Jul 08, 2022 6:35 am
Please give the answer within 20 min....please help....
Write a multi process program:
This program should work as follows: The user will run theprogram and will enter an integer number from the command line. Theprogram will then create two child processes,
i. The first child process prints all the prime numbers lessthan the input integer,
ii. The second child process prints Fibonacci series less thanthe input integer.
Subject : Operating System
Write a multi process program:
This program should work as follows: The user will run theprogram and will enter an integer number from the command line. Theprogram will then create two child processes,
i. The first child process prints all the prime numbers lessthan the input integer,
ii. The second child process prints Fibonacci series less thanthe input integer.
Subject : Operating System