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


why we are using the fork command?.. how it works?



why we are using the fork command?.. how it works?..

Answer / achal

In linux fork() system call is used to create a child
process. The Child process inherits some properties of its
parent and operates in a separate memory space

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More STL Interview Questions

why does the execution of a c++ program start with main()???

11 Answers  


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

2 Answers  


Is stl open source?

0 Answers  


write a program that input four digit no and finds it is palindrome or not

2 Answers  


How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.

0 Answers  


write a program that input four digit number and find how many 7 that number contains

4 Answers  


Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 Answers   Sun Microsystems,


wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 Answers  


what is use of for loop?

9 Answers   Wipro,


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


Difference between Structure and Class in C++?

5 Answers   Caritor,


Categories