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

What do you mean by stl?

1 Answers  


What are the different types of stl containers?

0 Answers  


Who created stl?

0 Answers  


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


What is the stl, standard template library?

0 Answers  


how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,


Who wrote stl?

0 Answers  


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

4 Answers  


How stl is different from the c++ standard library?

0 Answers  


what's the difference between function overloading and function overiding?

5 Answers  


Waht is inheritance

6 Answers  


Categories