breifly explain the unistd
Answers
Answered by
1
The exec family of functions replaces the current running process with a new process. It can be used to run a C program by using another C program. It comes under the header file unistd.h. ... execvp : Using this command, the created child process does not have to run the same program as the parent process does.
vijayasrinithi09:
we can use it for c++ gaming program
Similar questions