Saved Bookmarks
| 1. |
If exec is called immediately after forking ____________(a) the program specified in the parameter to exec will replace the entire process(b) all the threads will be duplicated(c) all the threads may be duplicated(d) none of the mentioned |
|
Answer» Right choice is (a) the program specified in the parameter to exec will replace the entire process The explanation is: None. |
|