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


Please Help Members By Posting Answers For Below Questions

What is ipc port?

730


Explain the system calls used for process management?

705


Which ipc is faster?

708


What is i-node numbers?

800


How to write the program on full-duplex communication on bidirectional?

729






Explain about daemon?

758


Explain linking across directories?

695


Which ipc is the fastest in unix?

735


Explain the initial process sequence while the system boots up?

701


What is ipc in unix?

735


What is fork()?

781


Explain what is the process id for kernel process?

748


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

716


Explain a zombie?

805


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

749