Answer Posted / nouff
What is output of the following?
main()
{ int z=5;
if (fork()) {
printf("\t ISZC462 ");
z=10;
}
else
printf("Net Prog");
printf(" PID =%d Z=%d \n",getpid(), z);
exit(0);
}
Is the above code leads to zombies state? If your answer is
yes explain how and re-write
the above code to get rid of these states using signal?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does ios use unix?
Does windows use unix?
What unix is mac os based on?
Is unix still around?
How do you make programs portable on unix and dos under such circumstances?
Which data structure is used to maintain the file identification?
briefly describe the shell's responsibilities?
How do I run a ksh script in unix?
What is unix kernel?
Is unix written in c?
How do I find a pattern in unix?
What is Thread dump in unix?
List a few significant features of unix?
Is unix portable?
What are conditions for a machine to support Demand Paging?