A process executes the following segment of code:
int main()
{
fork();
fork() && fork();
}
The number of new processes created is
Enter numerical value using the virtual keypad. Round off where necessary.
A process executes the following segment of code:
int main()
{
fork();
fork() && fork();
}
The number of new processes created is
Enter numerical value using the virtual keypad. Round off where necessary.