Answers

Question and Answer:

  Home  Linux System Calls

⟩ What does exec family return?

When successful exec will not return, it will start

executing the new program

However if there is an- error exec returns -1 and sets the

errno to the appropriate value

 107 views

More Questions for you: