What is the output of the following program? Explain step bystep how you arrive at the final answer.
#include <stdio.h>
main()
{
int x;
printf(“hello”);
fork();
printf(“nbyen”);
}
Expert Answer
An answer will be send to you shortly. . . . .
What is the output of the following program? Explain step bystep how you arrive at the final answer.
#include <stdio.h>
main()
{
int x;
printf(“hello”);
fork();
printf(“nbyen”);
}
An answer will be send to you shortly. . . . .