Concept drill
child-process
GATE CSE & IT · Process Management · 2008-2019
2
PYQs
50%
keyed
0
elite explanations
2
years appeared
Study anchor
Galvin — Operating System Concepts
Processes, scheduling, memory, files, deadlocks
Practice action
Start latest PYQPYQs in this concept
All concepts →2019 PYQ
The following C program is executed on a Unix/Linux system: #include < unistd.h > int main () { int i ; for (i=0; i<10; i++) if (i%2 == 0) fork ( ) ; return 0 ; } The total number...
mediumbasic explanation
2008 PYQ
A process executes the following code for (i = 0; i < n; i + +) fork ( ); The total number of child processes created is
easyanswer key