Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answer Posted / guest
The output is
Hello World!Hello World!
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What is fork()?
What is ln(linking)?
What is ipc port?
What are the various schemes available in ipc?
Which ipc is the fastest in unix?
What is the full form of ipc?
Explain the advantage of executing a process in background?
How to write the program on full-duplex communication on bidirectional?
What are two different models of ipc differentiate both?
Explain the system calls used for process management?
What is unix ipc?
What is the condition required for dead lock in unix system?
What is i-node numbers?
What is ipc in unix?
How to get or set an environment variable from a program?