Answer:
[tex]Process = 8[/tex]
Explanation:
Given
The code snippet
Required
Determine the number of processes
The number of process is calculated as thus:
[tex]Process = 2^n[/tex]
Where n = 3
i.e. number of times fork() is called
[tex]Process = 2^n[/tex] becomes
[tex]Process = 2^3[/tex]
[tex]Process = 8[/tex]