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 are two different models of ipc differentiate both?
Explain how do you execute one program from within another?
Which ipc is faster?
What is daemon?
What is the condition required for dead lock in unix system?
What is i-node numbers?
What is ipc port?
What is fork()?
Please explain fork() system call?
How to write the program on full-duplex communication on bidirectional?
Explain what are the system calls used for process management?
Explain about daemon?
Explain a zombie?
What are the various schemes available in ipc?
Explain linking across directories?