A
Q. How many times below program will print hello?
Code:
main()
{
fork();
fork();
fork();
printf("hello");
}
{
fork();
fork();
fork();
printf("hello");
}
- Correct Answer - Option(C)
- Views: 13
- Filed under category Linux
- Hashtags:
Discusssion
Login to discuss.