📝 Question
#556
The following program results in the creation of? main() { if(fork()>0) sleep(100); }
✓
Correct Answer
A. an orphan process
⌨️ Press
A
B
C
D
to select