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 daemon?
Explain the system calls used for process management?
What is unix ipc?
What is ipc in unix?
What is fork()?
Explain the initial process sequence while the system boots up?
Explain linking across directories?
What are two different models of ipc differentiate both?
What is the very first process created by kernel?
What is ln(linking)?
Please explain fork() system call?
Explain the advantage of executing a process in background?
Explain a zombie?
How to get or set an environment variable from a program?
What are the various schemes available?