Operating Systems Lab Manual / OS Wait Sleep Functions C Program

Program Name

Write a C Program for use of wait and sleep.
Theory
use of wait and sleep in Operating System.
Program Code


Input:

Output:
Parent process started
Child process started
Child process terminated
Parent process terminated


Home     Back