Answer Posted / nashiinformaticssolutions
• fork(): Creates a child process with a separate memory space.
• vfork(): Shares the memory space with the parent until exec() or _exit() is called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different types of operators?
What are the advantages of using Unions?
What are the advantages of c preprocessor?
Explain how do you search data in a data file using random access method?
What are the features of c language?
How to implement a packet in C
What are the types of variables in c?
Explain the difference between exit() and _exit() function?
How do you print only part of a string?
what will be the output for the following main() { printf("hi" "hello"); }
What are loops c?
What is the difference between new and malloc functions?
Explain #pragma statements.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is the main difference between calloc () and malloc ()?