What is the difference between fork() and vfork()?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
• 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 |
What is a nested formula?
Explain how do you use a pointer to a function?
WHAT IS C?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are linked lists in c?
how to swap 2 numbers within a single statement?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
What type is sizeof?
What is the difference between calloc() and realloc()?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,