. 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
How can I discover how many arguments a function was actually called with?
cavium networks written test pattern ..
why programs in c are running with out #include
What is a union?
Is it possible to pass an entire structure to functions?
What is the difference between c and python?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain how can I write functions that take a variable number of arguments?
What is a program flowchart and how does it help in writing a program?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is data structure in c and its types?
What is the difference between union and structure in c?
What does c mean in basketball?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is a macro?