Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answer Posted / rocky
Hello World!Hello World!
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is ipc port?
Explain the system calls used for process management?
Which ipc is faster?
What is i-node numbers?
How to write the program on full-duplex communication on bidirectional?
Explain about daemon?
Explain linking across directories?
Which ipc is the fastest in unix?
Explain the initial process sequence while the system boots up?
What is ipc in unix?
What is fork()?
Explain what is the process id for kernel process?
How to get or set an environment variable from a program?
Explain a zombie?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?