Vidyalelo
Computer Science · Q714

Linux

Engineering and GATE · Computer Science · question 714

Q714

This program will create . . . . . . . . child processes? #include #include int main() fork(); fork(); fork(); printf("Example "); return 0;

A.
3
B.
5
C.
7
Answer
D.
9

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board