Q. If a process does not call exec after forking (Solved)
1. the program specified in the parameter to exec will replace the entire process
2. all the threads should be duplicated
3. all the threads should not be duplicated
4. none of the mentioned
- b. all the threads should be duplicated