The process executes the code where i is an integer:
for(i = 0; i <=9; i++)
{
if(i/3 == 0)
continue;
fork();
}
The total number of child processes created isEnter numerical value using the virtual keypad. Round off where necessary.
The process executes the code where i is an integer:
for(i = 0; i <=9; i++)
{
if(i/3 == 0)
continue;
fork();
}
The total number of child processes created isEnter numerical value using the virtual keypad. Round off where necessary.