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 full form of ipc?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain about daemon?
Max relax-able permission value with out giving write permission to others?
What is unix ipc?
What is ln(linking)?
Explain the system calls used for process management?
How to get or set an environment variable from a program?
What is the condition required for dead lock in unix system?
What is the very first process created by kernel?
What are the various schemes available?
What are the various schemes available in ipc?
Please describe the initial process sequence while the system boots up?
Explain the initial process sequence while the system boots up?
Explain how do you execute one program from within another?