Answer Posted / 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 |
Post New Answer View All Answers
How many types of arrays are there in c?
When should the register modifier be used? Does it really help?
Explain what header files do I need in order to define the standard library functions I use?
Are there namespaces in c?
What is operator promotion?
What are actual arguments?
Tell me is null always defined as 0(zero)?
Mention four important string handling functions in c languages .
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Is null always defined as 0(zero)?
Define Spanning-Tree Protocol (STP)
Can you assign a different address to an array tag?
What is c system32 taskhostw exe?
What is wrong with this initialization?
What the different types of arrays in c?