How many times does the following program print hello? #include #include main() { int i; for (i=0; i<3; i++) fork(); printf("hello\n"); } O a. 3 O b. None of the mentioned O c.5 O d. 8.
Second chance page-replacement algorithm is an approximation of O a. LFU algorithm O b. MFU algorithm O c. LRU algorithm O d. FIFO algorithm
How many times does the following program print hello? #include #include main() { int i; for (i=0; i<3; i++) fork(); p
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How many times does the following program print hello? #include #include main() { int i; for (i=0; i<3; i++) fork(); p
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!