Interviewer And Interviewee Guide

Unix IPC Interview Question:

Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}

Submitted by: Administrator
prints Hello world Hello world
All the statements after the call to fork() will be
executed twice
Submitted by: Administrator

Read Online Unix IPC Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.