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
Explain what is the process id for kernel process?
What is fork()?
Which ipc is the fastest in unix?
Explain a zombie?
What is i-node numbers?
Max relax-able permission value with out giving write permission to others?
How to get or set an environment variable from a program?
What is unix ipc?
What are the various schemes available in ipc?
Please describe the initial process sequence while the system boots up?
What is ln(linking)?
Explain how do you execute one program from within another?
Explain about daemon?
Explain the initial process sequence while the system boots up?
What is the very first process created by kernel?