Sagot :
Answer:
Fork() is used to create new processes as every body has written. fork() system call creates the exact duplicate of parent process, It makes the duplicate of parent stack, heap, initialized data, uninitialized data and share the code in read-only mode with parent process