True or False? A successful call to exec() never returns
Answer
True
Since a successful exec replace the current process, it can't return anything to the process that made the call.
True
Since a successful exec replace the current process, it can't return anything to the process that made the call.