

MCQOPTIONS
Saved Bookmarks
1. |
If a process does not call exec after forking |
A. | the program specified in the parameter to exec will replace the entire process |
B. | all the threads should be duplicated |
C. | all the threads should not be duplicated |
D. | none of the mentioned |
Answer» C. all the threads should not be duplicated | |