Q. If a thread invokes the exec system call (Solved)
1. only the exec executes as a separate process
2. the program specified in the parameter to exec will replace the entire process
3. the exec is ignored as it is invoked by a thread
4. none of the mentioned
- b. the program specified in the parameter to exec will replace the entire process