int main () fork () ; fork () ; fork () ; { cout<<"Hello os"<

CMPTR
3rd Edition
ISBN:9781337681872
Author:PINARD
Publisher:PINARD
Chapter20: Creating A Presentation
Section: Chapter Questions
Problem 5QY
icon
Related questions
Question
100%

How many Child processes this program will create?

A-7

B-8

C-4

D-6

int main ()
fork () ;
fork () ;
{
fork () ;
cout<<"Hello os"<<endl;
return 0;}
Transcribed Image Text:int main () fork () ; fork () ; { fork () ; cout<<"Hello os"<<endl; return 0;}
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Module hierarchy chart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning