Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between fork() and vfork()?

Answers were Sorted based on User's Feedback



What is the difference between fork() and vfork()?..

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

What is the difference between fork() and vfork()?..

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

Post New Answer

More C Interview Questions

int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


Given an unsigned integer, find if the number is power of 2?

5 Answers  


difference between memcpy and strcpy

1 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


In c programming language, how many parameters can be passed to a function ?

0 Answers  


There seem to be a few missing operators ..

0 Answers  


How to write a multi-statement macro?

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


When should the volatile modifier be used?

0 Answers  


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Categories