How many times does the following program print hello? #include #include main() { int i; for (i=0; i<3; i++) fork(); p
Posted: Mon Jun 06, 2022 4:37 pm
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
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