📝 Question
#558
How many times the following C program prints yes? main() { fork();fork();printf("yes"); }
✓
Correct Answer
A. only once
⌨️ Press
A
B
C
D
to select