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
Is unix a language?
What is unix and its features?
What are some common shells and what are their indicators?
What do you mean by unix operating system?
Does windows use unix?
What are the hidden files in unix?
What language is unix written?
How to move files from one directory to other in unix?
What is the symbol in unix?
Is windows unix?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)
Explain what is standard unix streams ?
What is unix operating system and its features?
What are the common directory management commands in unix?
how to kernel protected memory?