Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answers were Sorted based on User's Feedback
Answer / shilpa
prints Hello world Hello world
All the statements after the call to fork() will be
executed twice
| Is This Answer Correct ? | 13 Yes | 3 No |
what is the process id for kernell process
What is unix ipc?
what is the very first process created by kernell
About ln(linking)
Explain about daemon?
how to create tree of processes. one parent and 3 childs.
What is a Daemon?
Which ipc is the fastest in unix?
How to know whether the message queue is empty or not.
Explain the advantage of executing a process in background?
Describe the initial process sequence while the system boots up?
What is daemon?