Question: operating system Code snippet: #include #include int main(){ fork(); fork(); printf( Roos ); return 0; } The number of times Roos is printed on the
operating system
Code snippet:
#include
#include
int main(){
fork();
fork();
printf( Roos );
return 0;
}
The number of times Roos is printed on the screen is:
| 4 |
| 8 |
| Cannot be determined |
| 2 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
