Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answer Posted / shilpa
prints Hello world Hello world
All the statements after the call to fork() will be
executed twice
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is the condition required for dead lock in unix system?
Explain what is the process id for kernel process?
Which ipc is the fastest in unix?
What is fork()?
Explain how do you execute one program from within another?
What is the very first process created by kernel?
What is the full form of ipc?
Explain the advantage of executing a process in background?
What are the various schemes available?
Explain the system calls used for process management?
What is daemon?
Which ipc is faster?
Max relax-able permission value with out giving write permission to others?
What is ln(linking)?
What is ipc port?