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 ln(linking)?
Max relax-able permission value with out giving write permission to others?
What is the condition required for dead lock in unix system?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is fork()?
Explain linking across directories?
What is the full form of ipc?
Explain the initial process sequence while the system boots up?
Explain what is the process id for kernel process?
Explain the system calls used for process management?
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?
Explain a zombie?
Explain about daemon?
What is ipc port?