Question:medium

Which is true about the fork ( ) system call ?

Show Hint

Think of fork() like a biological cell division. One process splits into two identical "cells" (processes). Use the return value to tell them apart: 0 for the child, and the Child's PID for the parent.
Updated On: Jun 6, 2026
  • It allocates memory
  • It creates a child process
  • It creates a program
  • It creates machine code
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam