Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answer Posted / rocky
Hello World!Hello World!
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is i-node numbers?
Explain what are the system calls used for process management?
Tell me set-user-id is related to (in unix)?
What is daemon?
How to get or set an environment variable from a program?
Explain linking across directories?
What is ln(linking)?
What is the very first process created by kernel?
What is unix ipc?
What is ipc port?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
How to write the program on full-duplex communication on bidirectional?
Explain the system calls used for process management?
Explain about daemon?
What is the full form of ipc?