Computer Science, asked by vijayasrinithi09, 1 year ago

breifly explain the unistd

Answers

Answered by Anonymous
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