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


Please Help Members By Posting Answers For Below Questions

Explain what is the process id for kernel process?

751


What is fork()?

785


Which ipc is the fastest in unix?

741


Explain a zombie?

806


What is i-node numbers?

806


Max relax-able permission value with out giving write permission to others?

758


How to get or set an environment variable from a program?

720


What is unix ipc?

732


What are the various schemes available in ipc?

705


Please describe the initial process sequence while the system boots up?

755


What is ln(linking)?

766


Explain how do you execute one program from within another?

708


Explain about daemon?

762


Explain the initial process sequence while the system boots up?

706


What is the very first process created by kernel?

807