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
Explain a zombie?
Explain what are the system calls used for process management?
Explain about daemon?
What is fork()?
What is ipc port?
Explain the system calls used for process management?
What is the very first process created by kernel?
Explain how do you execute one program from within another?
What is the condition required for dead lock in unix system?
What is ipc in unix?
What are two different models of ipc differentiate both?
Max relax-able permission value with out giving write permission to others?
Explain linking across directories?
What is daemon?
What is unix ipc?