Operating System Threads Fork Exec
Q If a thread invokes the exec system call ____________
  • A A. Only the exec executes as a separate process
  • B B. The program specified in the parameter to exec will replace the entire process
  • C C. The exec is ignored as it is invoked by a thread
  • D D. None of the mentioned
Leave a Comment