Question: By using IV editor compile and run the following program to show the output? #include #include int main() { fork(); printf(Hello world! ); return 0;
By using IV editor compile and run the following program to show the output?
#include
#include
int main()
{
fork();
printf("Hello world! ");
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
