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...


. Explain the differences between fork() and exec() in C

Answers were Sorted based on User's Feedback



. Explain the differences between fork() and exec() in C..

Answer / nashiinformaticssolutions

1. fork(): Creates a new process (child) identical to the parent process.
2. exec(): Replaces the current process image with a new program.

Is This Answer Correct ?    0 Yes 0 No

. Explain the differences between fork() and exec() in C..

Answer / glibwaresoftsolutions

1. fork(): Creates a new process (child) identical to the parent process.
2. exec(): Replaces the current process image with a new program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

code for copying two strings with out strcpy() function.

6 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


second highest number in a given set of numbers

3 Answers   TCS,


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


What is the most efficient way to store flag values?

0 Answers  


When should the const modifier be used?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


What is pass by reference in functions?

0 Answers  


What is anagram in c?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Categories