How many times does the following code print Hello?
#include
#include
int main()
{
fork();
fork();
printf("hello\n");
return 0;
}
Enter numerical value using the virtual keypad. Round off where necessary.
How many times does the following code print Hello?
#include
Enter numerical value using the virtual keypad. Round off where necessary.