. 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 language is windows 1.0 written?
code for find determinent of amatrix
List the different types of c tokens?
What is the difference between NULL and NUL?
Can you please explain the difference between exit() and _exit() function?
What is the meaning of && in c?
What is a macro, and explain how do you use it?
Why & is used in c?
Is fortran still used today?
What is #include stdlib h?
Is it valid to address one element beyond the end of an array?
What is pragma in c?
Is it better to use malloc() or calloc()?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
c language interview questions & answer