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(e.g using two pipes)?
What is the very first process created by kernel?
Explain how do you execute one program from within another?
How to write the program on full-duplex communication on bidirectional?
Explain the system calls used for process management?
What is daemon?
What is ipc in unix?
Explain what is the process id for kernel process?
Please explain fork() system call?
What is ln(linking)?
Please describe the initial process sequence while the system boots up?
Max relax-able permission value with out giving write permission to others?
Explain about daemon?
Explain linking across directories?
What is fork()?