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()?

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


Please Help Members By Posting Answers For Below Questions

What are different types of operators?

1095


What are the advantages of using Unions?

1170


What are the advantages of c preprocessor?

1314


Explain how do you search data in a data file using random access method?

1175


What are the features of c language?

1121


How to implement a packet in C

2930


What are the types of variables in c?

1079


Explain the difference between exit() and _exit() function?

1211


How do you print only part of a string?

1067


what will be the output for the following main() { printf("hi" "hello"); }

11160


What are loops c?

1098


What is the difference between new and malloc functions?

1178


Explain #pragma statements.

1100


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1070


What is the main difference between calloc () and malloc ()?

1232