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
How to write the program on full-duplex communication on bidirectional?
What is unix ipc?
Explain what are the system calls used for process management?
What is ipc in unix?
What is ln(linking)?
What is ipc port?
What is i-node numbers?
Max relax-able permission value with out giving write permission to others?
What is the very first process created by kernel?
Which ipc is faster?
Explain a zombie?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
How to get or set an environment variable from a program?
What are the various schemes available in ipc?