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
Max relax-able permission value with out giving write permission to others?
What are two different models of ipc differentiate both?
Explain what is the process id for kernel process?
Explain the advantage of executing a process in background?
Explain linking across directories?
What is the very first process created by kernel?
What is the condition required for dead lock in unix system?
What is the full form of ipc?
What are the various schemes available?
Explain the system calls used for process management?
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?
Please describe the initial process sequence while the system boots up?
What is fork()?
Explain about daemon?