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

How does an stl file work?

0 Answers  


What do you mean by stl?

1 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.

1 Answers  


What does stl stand for in basketball?

0 Answers  






What does stl mean in slang?

0 Answers  


What is a list in c++ stl?

0 Answers  


What are the various types of stl containers?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers  


What are the different types of stl containers?

0 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,


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

6 Answers  


Categories