fork() is a function used in a

2025

fork() is a function used in a

  1. A.

    OS system call

  2. B.

    Procedure call of OS

  3. C.

    Process of OS

  4. D.

    Discard the current process

Attempted by 117 students.

Show answer & explanation

Correct answer: A

Option 1 : OS system call

In computing, particularly in the context of the Unix operating system and its work likes, fork is an operation whereby a process creates a copy of itself. It is usually a system call, implemented in the kernel. Fork is the primary (and historically, only) method of process creation on Unix - like operating systems.

Explore the full course: Hexaware Preparation