383 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
4
akash.dinkar12 asked Mar 19, 2019
1,861 views
Including the initial parent process, how many processes are created by the program shown below- #include <stdio.h>#include <unistd.h>int main(){int i;for (i = 0; i < 4; ...