CS Electrical And Electronics
@cselectricalandelectronics

Write a program, to create multiple child processes using fork

All QuestionsCategory: Operating SystemWrite a program, to create multiple child processes using fork
Anonymous asked 2 years ago
  1. All child processes are created from common parent
  2. Child processes created in cascading/chain way. [One child creates other]