Page 1 of 1

[Please answer in 15 mins] Write a multi process program: This program should work as follows: the user will run the pro

Posted: Fri Jul 08, 2022 6:35 am
by answerhappygod
[Please answer in 15 mins] Write a multi process program: Thisprogram should work as follows: the user will run the program &will enter an integer number from the command line. The programwill then create two child process:1. the first child process prints all the prime numbers less thanthe input.2. the second process child process prints fibonacci series lessthan the input.