Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the very first process created by kernel?
What is daemon?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
what is the very first process created by kernell
About ln(linking)
What is fork()?
What is a zombie?
What is Inode.
In Unix inter process communication take place using?
Max relaxable permisssion value with out giving write permission to others?
How to know whether the message queue is empty or not.
Which ipc is faster?