. Explain the differences between fork() and exec() in C
Answer Posted / nashiinformaticssolutions
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 are the string functions? List some string functions available in c.
Explain what is operator promotion?
What is a void pointer? When is a void pointer used?
How many parameters should a function have?
What are the properties of union in c?
What are different types of operators?
What is pointer to pointer in c language?
What is the use of gets and puts?
how logic is used
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are the types of variables in c?
Is a house a mass structure?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is the difference between c and python?