. Explain the differences between fork() and exec() in C
Answer Posted / glibwaresoftsolutions
1. fork(): Creates a new process (child) identical to the parent process.
2. exec(): Replaces the current process image with a new program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an array in c?
What is c variable?
Explain enumerated types in c language?
What is else if ladder?
What is structure in c explain with example?
Explain how can I right-justify a string?
What is the difference between char array and char pointer?
How do you list a file’s date and time?
All technical questions
Are pointers integer?
Difference between strcpy() and memcpy() function?
How pointer is different from array?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How do we declare variables in c?
What is a static variable in c?