Standard Template Library (STL) Question:
Why we are using the fork command and how it works?

Answer:
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
process. The Child process inherits some properties of its
parent and operates in a separate memory space