Parent and Child
Learn how to create a child process in C.
We'll cover the following...
We have already learned, in the last lesson, that fork()
replicates the code of the parent process in the child process. The code inside fork()
is executed only once. Whereas, the rest of the code is executed twice. Therefore, there will be two ...
Access this course and 1400+ top-rated courses and projects.