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
Tell me set-user-id is related to (in unix)?
Explain linking across directories?
Explain a zombie?
What is the very first process created by kernel?
How to write the program on full-duplex communication on bidirectional?
What are two different models of ipc differentiate both?
What is ipc in unix?
Max relax-able permission value with out giving write permission to others?
What is unix ipc?
Explain the system calls used for process management?
Explain what is the process id for kernel process?
What is ln(linking)?
How to get or set an environment variable from a program?
What are the various schemes available in ipc?
Explain the advantage of executing a process in background?